Update deployment.yaml

This commit is contained in:
Barahalikar Siddharth
2022-09-21 00:25:31 +05:30
committed by GitHub
parent fb3b768a12
commit 95fc8b9252

View File

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