We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da123e4 commit 3a3fb9fCopy full SHA for 3a3fb9f
scripts/circleci-jobs/deploy_to_dev.sh
@@ -15,6 +15,8 @@ git config --global user.name "K-M Deploy Boy"
15
16
git clone https://$GH_TOKEN@github.com/snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO.git
17
18
+cp -r snyk-monitor/ $KUBERNETES_MONITOR_DEPLOYER_REPO/
19
+
20
# Create helm values for different envs
21
cat >$KUBERNETES_MONITOR_DEPLOYER_REPO/helm/values/pre-prod-mt.yaml <<EOF
22
clusterName: "Development cluster"
0 commit comments