
* fix: ArgoCD Notifications - Bot service account * chore: update argocd-notifications version to 1.0.6
8 lines
236 B
YAML
8 lines
236 B
YAML
{{- if .Values.serviceAccount.create }}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "argocd-notifications.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "argocd-notifications.labels" . | nindent 4 }}
|
|
{{- end }}
|