From a3b3d5222e2d96b61bc4a111290422e897689571 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 24 Sep 2022 16:23:02 +0000 Subject: [PATCH] Update 'sealed-secret/deployment.yaml' --- sealed-secret/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sealed-secret/deployment.yaml b/sealed-secret/deployment.yaml index 2cbc513..ae321fb 100644 --- a/sealed-secret/deployment.yaml +++ b/sealed-secret/deployment.yaml @@ -22,11 +22,11 @@ spec: name: secret-app imagePullPolicy: Always # uncomment block to mount secret -# volumeMounts: -# - name: app-secret-vol -# mountPath: "/app/crds" -# readOnly: true -# volumes: -# - name: app-secret-vol -# secret: -# secretName: app-crds + volumeMounts: + - name: app-secret-vol + mountPath: "/app/crds" + readOnly: true + volumes: + - name: app-secret-vol + secret: + secretName: app-crds