* Helm chart contribution for argocd-notifications The following chart is a contribution from work done at https://github.com/Bandwidth/ to facilitate installing https://github.com/argoproj-labs/argocd-notifications via Helm chart based on https://github.com/argoproj-labs/argocd-notifications/blob/master/manifests/install.yaml
6 lines
185 B
YAML
6 lines
185 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "argocd-notifications.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "argocd-notifications.labels" . | nindent 4 }}
|