From dad7b6632e42850b2bf4ba1704028e9db0e7ad9b Mon Sep 17 00:00:00 2001 From: smruthi2187 <34555664+smruthi2187@users.noreply.github.com> Date: Thu, 1 Nov 2018 13:02:46 -0700 Subject: [PATCH] Keep prometheus and canary deploy set to false in fission-core (#964) --- charts/fission-core/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/fission-core/values.yaml b/charts/fission-core/values.yaml index 4450b6f9..fb69dfae 100644 --- a/charts/fission-core/values.yaml +++ b/charts/fission-core/values.yaml @@ -74,8 +74,8 @@ preUpgradeChecksImage: fission/pre-upgrade-checks debugEnv: true ## set this flag to true if prometheus needs to be deployed along with fission -prometheusDeploy: true +prometheusDeploy: false ## set this flag to false if you dont need canary deployment feature canaryDeployment: - enabled: true \ No newline at end of file + enabled: false \ No newline at end of file