File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ git clone https://
[email protected] /snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO.gi
1818cp -r snyk-monitor/* $KUBERNETES_MONITOR_DEPLOYER_REPO /helm
1919
2020# Create helm values for different envs
21- cat > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/values/pre-prod-mt .yaml << EOF
21+ cat > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/values/multi-tenant-gcp-pre-production .yaml << EOF
2222clusterName: "Development cluster"
2323integrationApi: https://kubernetes-upstream.dev.snyk.io
2424log_level: "DEBUG"
@@ -39,7 +39,7 @@ workers:
3939
4040EOF
4141
42- cat > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/values/prod-mt .yaml << EOF
42+ cat > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/values/multi-tenant-gcp-production .yaml << EOF
4343clusterName: "Production cluster"
4444log_level: "DEBUG"
4545skip_k8s_jobs: true
You can’t perform that action at this time.
0 commit comments