Skip to content

Commit 335b3e3

Browse files
authored
Merge pull request #1544 from snyk/chore/update_values
chore: remove values for the snyk deployed monitor
2 parents 3bc4b02 + 6651dfc commit 335b3e3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

scripts/circleci-jobs/prepare_to_deploy.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,13 @@ cat $KUBERNETES_MONITOR_DEPLOYER_REPO/Chart.yaml > $KUBERNETES_MONITOR_DEPLOYER_
2121
# Create environment values file(s)
2222
cat >$KUBERNETES_MONITOR_DEPLOYER_REPO/helm/values/$PRODUCTION_YAML_FILE_NAME.yaml <<EOF
2323
clusterName: "Production cluster"
24-
skip_k8s_jobs: true
25-
26-
requests:
27-
memory: "4Gi"
28-
29-
limits:
30-
memory: "4Gi"
3124
3225
policyOrgs:
3326
- $POLICY_ORG_PROD
3427
3528
image:
3629
tag: $LATEST_TAG
3730
38-
skopeo:
39-
compression:
40-
level: 1
41-
42-
workers:
43-
count: 5
44-
4531
metadata:
4632
annotations:
4733
github.com/project-slug: snyk/kubernetes-monitor

0 commit comments

Comments
 (0)