Update 'sealed-secret/deployment.yaml'

This commit is contained in:
siddharth
2022-09-24 16:23:02 +00:00
parent 2df4541c57
commit a3b3d5222e

View File

@@ -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