This commit is contained in:
Siddharth Barahalikar
2022-09-21 01:39:22 +05:30
parent d17fcf2462
commit faf0fbbead
4 changed files with 55 additions and 9 deletions

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