From d77c7942ac77491595568e369c8af6e508240c7a Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 21 Sep 2022 03:02:54 +0530 Subject: [PATCH] Update deployment.yaml --- sealed-secret/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/sealed-secret/deployment.yaml b/sealed-secret/deployment.yaml index 2ea443f..ae321fb 100644 --- a/sealed-secret/deployment.yaml +++ b/sealed-secret/deployment.yaml @@ -20,6 +20,7 @@ spec: containers: - image: siddharth67/secrets:bitnami name: secret-app + imagePullPolicy: Always # uncomment block to mount secret volumeMounts: - name: app-secret-vol