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.
2 parents 3bc4b02 + 6651dfc commit 335b3e3Copy full SHA for 335b3e3
scripts/circleci-jobs/prepare_to_deploy.sh
@@ -21,27 +21,13 @@ cat $KUBERNETES_MONITOR_DEPLOYER_REPO/Chart.yaml > $KUBERNETES_MONITOR_DEPLOYER_
21
# Create environment values file(s)
22
cat >$KUBERNETES_MONITOR_DEPLOYER_REPO/helm/values/$PRODUCTION_YAML_FILE_NAME.yaml <<EOF
23
clusterName: "Production cluster"
24
-skip_k8s_jobs: true
25
-
26
-requests:
27
- memory: "4Gi"
28
29
-limits:
30
31
32
policyOrgs:
33
- $POLICY_ORG_PROD
34
35
image:
36
tag: $LATEST_TAG
37
38
-skopeo:
39
- compression:
40
- level: 1
41
42
-workers:
43
- count: 5
44
45
metadata:
46
annotations:
47
github.com/project-slug: snyk/kubernetes-monitor
0 commit comments