Fix controller Role/ClusterRole to work with InstanceID (#833)
Bumped Chart version Add indednt in controller ConfigMap flow control Signed-off-by: Jakub Bielawski <jakubbielawski89@gmail.com>
This commit is contained in:
parent
1e3a4afd05
commit
186fe34b87
3 changed files with 15 additions and 5 deletions
|
|
@ -7,11 +7,11 @@ metadata:
|
|||
data:
|
||||
config: |
|
||||
{{- if .Values.controller.instanceID.enabled }}
|
||||
{{- if .Values.controller.instanceID.useReleaseName }}
|
||||
{{- if .Values.controller.instanceID.useReleaseName }}
|
||||
instanceID: {{ .Release.Name }}
|
||||
{{- else }}
|
||||
{{- else }}
|
||||
instanceID: {{ .Values.controller.instanceID.explicitID }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
containerRuntimeExecutor: {{ .Values.controller.containerRuntimeExecutor }}
|
||||
{{- if .Values.controller.parallelism }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue