diff --git a/vault-secrets/deployment.yaml b/vault-secrets/deployment.yaml index c9b5528..4955e1d 100644 --- a/vault-secrets/deployment.yaml +++ b/vault-secrets/deployment.yaml @@ -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