Skip to content

Commit 149fb60

Browse files
committed
chore: addapt to new deployer version
1 parent abb0d05 commit 149fb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/circleci-jobs/deploy_to_dev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git clone https://[email protected]/snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO.gi
1818
cp -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
2222
clusterName: "Development cluster"
2323
integrationApi: https://kubernetes-upstream.dev.snyk.io
2424
log_level: "DEBUG"
@@ -39,7 +39,7 @@ workers:
3939
4040
EOF
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
4343
clusterName: "Production cluster"
4444
log_level: "DEBUG"
4545
skip_k8s_jobs: true

0 commit comments

Comments
 (0)