From b280f7aafead014a763a05165f52e5718083271f Mon Sep 17 00:00:00 2001 From: sggerard Date: Tue, 5 Nov 2024 09:49:46 -0800 Subject: [PATCH] temp disable cms --- charts/app/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/app/values.yaml b/charts/app/values.yaml index ddf8271..74bf06a 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -38,7 +38,7 @@ global: #-- the components of the application, cms. cms: #-- enable or disable cms - enabled: true + enabled: false #-- the deployment strategy, can be "Recreate" or "RollingUpdate" deploymentStrategy: Recreate #-- autoscaling for the component. it is optional and is an object.