Skip to content

Commit a1b0fcb

Browse files
Merge pull request #1135 from snyk/chore/copy-helm-chart-to-deploy-repo
chore: copy helm chart to deploy repo
2 parents da123e4 + 3a3fb9f commit a1b0fcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/circleci-jobs/deploy_to_dev.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ git config --global user.name "K-M Deploy Boy"
1515

1616
git clone https://$GH_TOKEN@github.com/snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO.git
1717

18+
cp -r snyk-monitor/ $KUBERNETES_MONITOR_DEPLOYER_REPO/
19+
1820
# Create helm values for different envs
1921
cat >$KUBERNETES_MONITOR_DEPLOYER_REPO/helm/values/pre-prod-mt.yaml <<EOF
2022
clusterName: "Development cluster"

0 commit comments

Comments
 (0)