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