From 23297147f1f4646eb729537ee72dcc727a64f5c5 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 21 Sep 2022 02:53:12 +0530 Subject: [PATCH] Update deployment.yaml --- vault-secrets/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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