From c6abc6758a3bc35e1619c89a62421a95750272c5 Mon Sep 17 00:00:00 2001 From: soujanyanmbri <54130357+soujanyanmbri@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:56:29 +0530 Subject: [PATCH] remove comments --- deploy/helm/values.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 8b02f6ab..1328c398 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -188,14 +188,6 @@ mongodb: mongoDbName: crapi mongoUri: "admin:crapisecretpassword@mongodb:27017" storage: - # type: "manual" - # pv: - # name: mongodb-pv - # labels: - # app: mongodb - # resources: - # rstorage: 2Gi - # hostPath: /mnt/test type: "default" pvc: name: mongodb-pv-claim @@ -232,14 +224,6 @@ postgresdb: postgresPassword: crapisecretpassword postgresDbName: crapi storage: - # type: "manual" - # pv: - # name: postgres-pv - # labels: - # app: postgresdb - # resources: - # storage: 2Gi - # hostPath: /mnt/test type: "default" pvc: name: postgres-pv-claim