remove dots and quotes from toYaml serviceaccount

Signed-off-by: Cesar Okuti <cesar.okuti@gmail.com>
This commit is contained in:
Cesar Okuti 2021-04-13 20:29:58 -03:00
parent c0abc0d887
commit bc24d9f564
No known key found for this signature in database
GPG key ID: 04254D08BF7B9AEB
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 }}