remove dots and quotes from toYaml serviceaccount
Signed-off-by: Cesar Okuti <cesar.okuti@gmail.com>
This commit is contained in:
parent
c0abc0d887
commit
bc24d9f564
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ metadata:
|
|||
{{- include "argocd-notifications.bots.slack.labels" . | nindent 4 }}
|
||||
{{- if .Values.bots.slack.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml ".Values.bots.slack.serviceAccount.annotations" . | nindent 4 }}
|
||||
{{- toYaml .Values.bots.slack.serviceAccount.annotations | nindent 4 }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -7,6 +7,6 @@ metadata:
|
|||
{{- include "argocd-notifications.labels" . | nindent 4 }}
|
||||
{{- if .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml ".Values.serviceAccount.annotations" . | nindent 4 }}
|
||||
{{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue