From d8f859e5f051391bbc3a37023facff6e55a31716 Mon Sep 17 00:00:00 2001 From: Tyler Marques Date: Sun, 9 Jun 2024 20:38:38 -0400 Subject: [PATCH] Putting the policy in the right spot Signed-off-by: Tyler Marques --- manifests/base/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/base/deployment.yaml b/manifests/base/deployment.yaml index 45de9b2..acda6f8 100644 --- a/manifests/base/deployment.yaml +++ b/manifests/base/deployment.yaml @@ -24,6 +24,7 @@ spec: spec: containers: - name: u-the-bomb-com + imagePullPolicy: Always image: u-the-bomb-com ports: - containerPort: 3000 @@ -31,4 +32,3 @@ spec: protocol: TCP imagePullSecrets: - name: gchrio-cred - imagePullPolicy: Always