From 523426e76f73333e17342b54b5f62276bfccca3f Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 21 Sep 2022 02:51:13 +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 4955e1d..c9b5528 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