Update deployment.yaml

This commit is contained in:
Barahalikar Siddharth
2022-09-21 02:57:26 +05:30
committed by GitHub
parent 23297147f1
commit a2f6d2a928

View File

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