unwrap (inline) with-block for service account name
Signed-off-by: reinvantveer <reinvantveer@gmail.com>
This commit is contained in:
parent
17e372b86d
commit
531872185a
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
|||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
{{- with $.Values.workflow.serviceAccount.name }}
|
||||
name: {{ . }}
|
||||
{{- end }}
|
||||
name: {{ $.Values.workflow.serviceAccount.name }}
|
||||
{{- with $namespace }}
|
||||
namespace: {{ . }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue