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.
1 parent f8cf16c commit ecca7f5Copy full SHA for ecca7f5
snyk-monitor/templates/deployment.yaml
@@ -91,3 +91,7 @@ spec:
91
configMap:
92
name: {{ .Values.registriesConfConfigMap }}
93
optional: true
94
+ {{- with .Values.nodeSelector }}
95
+ nodeSelector:
96
+ {{- toYaml . | nindent 8 }}
97
+ {{- end }}
snyk-monitor/values.yaml
@@ -43,3 +43,5 @@ limits:
43
http_proxy:
44
https_proxy:
45
no_proxy:
46
+
47
+nodeSelector: {}
0 commit comments