diff --git a/sealed-secret/deployment.yaml b/sealed-secret/deployment.yaml index a763da4..b13abb3 100644 --- a/sealed-secret/deployment.yaml +++ b/sealed-secret/deployment.yaml @@ -21,11 +21,11 @@ spec: - image: siddharth67/sealed-secrets:v1 name: secret-app # 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