From 1fc2ab4e5ec50e406cd042dacd2b4042c60836e2 Mon Sep 17 00:00:00 2001 From: Sean Baildon Date: Tue, 12 Apr 2022 20:44:12 -0500 Subject: [PATCH] Revert "container registry restart policy failure only" This reverts commit 1f8283ee3771eb37a121931f9c7e2ef5f1c46285. --- container-registry/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/container-registry/deployment.yaml b/container-registry/deployment.yaml index 3c93192..0a8089f 100644 --- a/container-registry/deployment.yaml +++ b/container-registry/deployment.yaml @@ -16,7 +16,6 @@ spec: labels: app: registry spec: - restartPolicy: OnFailure volumes: - name: config secret: -- 2.34.2