From c755b1914ebe8bf09364195a5a887dd5234cadad Mon Sep 17 00:00:00 2001 From: deityhub Date: Tue, 31 Aug 2021 17:10:23 +0100 Subject: [PATCH] update comment --- helm-chart/public/fyipe/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm-chart/public/fyipe/values.yaml b/helm-chart/public/fyipe/values.yaml index 17b3b764b0..1731a21ffd 100644 --- a/helm-chart/public/fyipe/values.yaml +++ b/helm-chart/public/fyipe/values.yaml @@ -144,7 +144,9 @@ mongodb: pullPolicy: Always # Uncomment this field to enable external access # to mongodb database - + # If the mongodb is failing to initialise, comment out the variable below {externalAccess, serviceAccount, rbac} + # After reinstall the project again + # Once deployed successfully, uncomment the variables and upgrade the project externalAccess: enabled: true service: @@ -156,7 +158,6 @@ mongodb: create: true rbac: create: true - # end of file for external access selectors persistence: enabled: true