Update deployment.yaml

This commit is contained in:
Barahalikar Siddharth
2022-09-21 02:51:13 +05:30
committed by GitHub
parent edfdfa6a94
commit 523426e76f

View File

@@ -22,11 +22,11 @@ spec:
imagePullPolicy: Always
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