Fix the analytics jobs in the YAMLs (remove duplicates) (#977)
This commit is contained in:
committed by
Ta-Ching Chen
parent
b9547160b5
commit
a714983c28
@@ -240,9 +240,9 @@ build_yamls() {
|
||||
for c in fission-all fission-core
|
||||
do
|
||||
# for minikube and other environment that don't support LoadBalancer
|
||||
helm template ${c} -n ${releaseName} --set serviceType=NodePort,routerServiceType=NodePort > ${c}-${version}-minikube.yaml
|
||||
helm template ${c} -n ${releaseName} --set analytics=false,analyticsNonHelmInstall=true,serviceType=NodePort,routerServiceType=NodePort > ${c}-${version}-minikube.yaml
|
||||
# for environments that support LoadBalancer
|
||||
helm template ${c} -n ${releaseName} > ${c}-${version}.yaml
|
||||
helm template ${c} -n ${releaseName} --set analytics=false,analyticsNonHelmInstall=true > ${c}-${version}.yaml
|
||||
|
||||
mv *.yaml ${BUILDDIR}/yamls/
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user