Update deployment.yaml
This commit is contained in:
committed by
GitHub
parent
4111c8d2d9
commit
51c52b2e6a
@@ -21,11 +21,11 @@ spec:
|
|||||||
- image: siddharth67/sealed-secrets:v1
|
- image: siddharth67/sealed-secrets:v1
|
||||||
name: secret-app
|
name: secret-app
|
||||||
# uncomment block to mount secret
|
# uncomment block to mount secret
|
||||||
# volumeMounts:
|
volumeMounts:
|
||||||
# - name: app-secret-vol
|
- name: app-secret-vol
|
||||||
# mountPath: "/app/crds"
|
mountPath: "/app/crds"
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: app-secret-vol
|
- name: app-secret-vol
|
||||||
# secret:
|
secret:
|
||||||
# secretName: app-crds
|
secretName: app-crds
|
||||||
|
|||||||
Reference in New Issue
Block a user