Update 'sealed-secret/deployment.yaml'
This commit is contained in:
@@ -22,11 +22,11 @@ spec:
|
|||||||
name: secret-app
|
name: secret-app
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
# 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