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 e9a6085 + 63d21c0 commit 1c74eb3Copy full SHA for 1c74eb3
snyk-monitor/templates/deployment.yaml
@@ -59,6 +59,8 @@ spec:
59
- name: registries-conf
60
mountPath: "/srv/app/.config/containers"
61
env:
62
+ - name: NODE_EXTRA_CA_CERTS
63
+ value: {{ .Values.extraCaCerts }}
64
- name: SNYK_INTEGRATION_ID
65
valueFrom:
66
secretKeyRef:
snyk-monitor/values.yaml
@@ -66,6 +66,8 @@ envs:
- name: NODE_OPTIONS
67
value: --max_old_space_size=2048
68
69
+extraCaCerts: /srv/app/certs/ca.pem
70
+
71
# CPU/Mem requests and limits for snyk-monitor
72
requests:
73
cpu: '250m'
0 commit comments