diff --git a/charts/argocd-notifications/templates/bots/slack/serviceaccount.yaml b/charts/argocd-notifications/templates/bots/slack/serviceaccount.yaml index e74042be..3f2529cb 100644 --- a/charts/argocd-notifications/templates/bots/slack/serviceaccount.yaml +++ b/charts/argocd-notifications/templates/bots/slack/serviceaccount.yaml @@ -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 }} diff --git a/charts/argocd-notifications/templates/serviceaccount.yaml b/charts/argocd-notifications/templates/serviceaccount.yaml index a5b9abdb..1caa9b77 100644 --- a/charts/argocd-notifications/templates/serviceaccount.yaml +++ b/charts/argocd-notifications/templates/serviceaccount.yaml @@ -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 }}