From 51c52b2e6a0a69cd94c8e0ec8a63b2df88130814 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 21 Sep 2022 00:09:52 +0530 Subject: [PATCH] Update deployment.yaml --- sealed-secret/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sealed-secret/deployment.yaml b/sealed-secret/deployment.yaml index 3709300..b13abb3 100644 --- a/sealed-secret/deployment.yaml +++ b/sealed-secret/deployment.yaml @@ -21,11 +21,11 @@ spec: - image: siddharth67/sealed-secrets:v1 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