Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions snyk-monitor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@ spec:
{{- toYaml .Values.extraVolumeMounts | nindent 10 }}
{{- end }}
env:
{{- if .Values.extraCaCerts }}
- name: NODE_EXTRA_CA_CERTS
value: {{ .Values.extraCaCerts }}
{{- end }}
- name: SNYK_INTEGRATION_ID
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -282,10 +284,12 @@ spec:
emptyDir:
sizeLimit: {{ .Values.temporaryStorageSize }}
{{- end }}
{{- if .Values.certsConfigMap }}
- name: ssl-certs
configMap:
name: {{ .Values.certsConfigMap }}
optional: true
{{- end }}
- name: workload-policies
configMap:
{{- if .Values.workloadPoliciesMap }}
Expand Down