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 8c9085d + 92a3279 commit 79e2752Copy full SHA for 79e2752
snyk-monitor/templates/deployment.yaml
@@ -76,7 +76,7 @@ spec:
76
- name: LOG_LEVEL
77
value: {{ .Values.log_level }}
78
- name: SKIP_K8S_JOBS
79
- value: {{ .Values.skip_k8s_jobs }}
+ value: {{ quote .Values.skip_k8s_jobs }}
80
{{- with .Values.envs }}
81
{{- toYaml . | trim | nindent 10 -}}
82
{{ end }}
@@ -122,3 +122,7 @@ spec:
122
nodeSelector:
123
{{- toYaml . | nindent 8 }}
124
{{- end }}
125
+ {{- with .Values.tolerations }}
126
+ tolerations:
127
+ {{- toYaml . | nindent 8 }}
128
+ {{- end }}
0 commit comments