Feature flag to enable/disable canary + optional prometheus install (#937)
This commit is contained in:
@@ -241,6 +241,8 @@ build_yamls() {
|
||||
helm template ${c} -n ${c}-${version} --set serviceType=NodePort,routerServiceType=NodePort > ${c}-${version}-minikube.yaml
|
||||
# for environments support ELB
|
||||
helm template ${c} -n ${c}-${version} > ${c}-${version}.yaml
|
||||
# for cases where prometheus installation along with fission is not preferred
|
||||
helm template ${c} -n ${c}-${version} --set canaryDeployment.prometheusDeploy=false > ${c}-${version}-fission-only.yaml
|
||||
mv *.yaml ${BUILDDIR}/yamls/
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user