Skip to content
Snippets Groups Projects
Commit 1f6a3b4e authored by Sören Henning's avatar Sören Henning
Browse files

Add nodeSelector option to Theodolite Helm chart

parent 756a5655
No related branches found
No related tags found
1 merge request!198Add nodeSelector option to Theodolite Helm chart
Checking pipeline status
......@@ -27,4 +27,8 @@ spec:
env:
- name: TARGET_NAMESPACE
value: {{ .Release.Namespace }}
{{- with .Values.randomScheduler.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 2 }}
{{- end }}
{{- end }}
......@@ -132,4 +132,8 @@ spec:
configMap:
name: benchmark-resources-custom
optional: true
{{- with .Values.operator.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 2 }}
{{- end }}
{{- end }}
......@@ -253,6 +253,8 @@ operator:
imageTag: latest
imagePullPolicy: Always
nodeSelector: {}
sloChecker:
lagTrend:
enabled: true
......@@ -295,3 +297,4 @@ randomScheduler:
create: true
serviceAccount:
create: true
nodeSelector: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment