Update deployment.yaml
This commit is contained in:
committed by
GitHub
parent
d77c7942ac
commit
f83a1c889b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user