Keep prometheus and canary deploy set to false in fission-core (#964)

This commit is contained in:
smruthi2187
2018-11-01 13:02:46 -07:00
committed by GitHub
parent 4e9e025ca4
commit dad7b6632e
+2 -2
View File
@@ -74,8 +74,8 @@ preUpgradeChecksImage: fission/pre-upgrade-checks
debugEnv: true debugEnv: true
## set this flag to true if prometheus needs to be deployed along with fission ## 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 ## set this flag to false if you dont need canary deployment feature
canaryDeployment: canaryDeployment:
enabled: true enabled: false