Skip to content

Commit ecca7f5

Browse files
Andrew Hodgsonshaimendel
authored andcommitted
feat: Allow to specify the nodeSelector fields in the Helm chart
1 parent f8cf16c commit ecca7f5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

snyk-monitor/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ spec:
9191
configMap:
9292
name: {{ .Values.registriesConfConfigMap }}
9393
optional: true
94+
{{- with .Values.nodeSelector }}
95+
nodeSelector:
96+
{{- toYaml . | nindent 8 }}
97+
{{- end }}

snyk-monitor/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ limits:
4343
http_proxy:
4444
https_proxy:
4545
no_proxy:
46+
47+
nodeSelector: {}

0 commit comments

Comments
 (0)