helm: add cli argument instanceid

Signed-off-by: Andreas <zerotens@users.noreply.github.com>
This commit is contained in:
Andreas
2024-06-21 13:37:56 +02:00
committed by mergify[bot]
parent 6f043698d1
commit 1f192ac3da
9 changed files with 21 additions and 0 deletions

View File

@ -60,6 +60,9 @@ spec:
{{- if .Values.topology.domainLabels }}
- "--domainlabels={{ .Values.topology.domainLabels | join "," }}"
{{- end }}
{{- if .Values.instanceID }}
- "--instanceid={{ .Values.instanceID }}"
{{- end }}
{{- if .Values.nodeplugin.profiling.enabled }}
- "--enableprofiling={{ .Values.nodeplugin.profiling.enabled }}"
{{- end }}