fix(argo-workflows): Prevent extra whitespace in controller ConfigMap (#2399)
Signed-off-by: Josia <josiarodriguez@gmail.com>
This commit is contained in:
parent
91f48f37cd
commit
c962ee500c
2 changed files with 4 additions and 4 deletions
|
|
@ -145,7 +145,7 @@ data:
|
|||
rbac:
|
||||
enabled: {{ .Values.server.sso.rbac.enabled }}
|
||||
{{- with .Values.server.sso.scopes }}
|
||||
scopes: {{ toYaml . | nindent 8 }}
|
||||
scopes: {{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.server.sso.issuerAlias }}
|
||||
issuerAlias: {{ toYaml . }}
|
||||
|
|
@ -163,7 +163,7 @@ data:
|
|||
insecureSkipVerify: {{ toYaml . }}
|
||||
{{- end }}
|
||||
{{- with .Values.server.sso.filterGroupsRegex }}
|
||||
filterGroupsRegex: {{ toYaml . | nindent 8 }}
|
||||
filterGroupsRegex: {{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.workflowRestrictions }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue