* Add icon and signingSecret support * Fix typo * Add grafana support * Fix trailing spaces * Fix trailing spaces 2 * Fix grafana comments * Add bot manifests * Bump version * No new line character * Values.yaml new line character * Add comments * Add slack.enabled flag * Move slack bot to bots/slack folder Co-authored-by: sergeyshaykhullin <sergeyshaykhullin@gmail.com> Co-authored-by: Sergey Shaykhullin <46970457+sergeyshaykhullin@users.noreply.github.com>
8 lines
279 B
YAML
8 lines
279 B
YAML
{{ if and .Values.bots.slack.enabled .Values.secret.create }}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "argocd-notifications.bots.slack.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "argocd-notifications.bots.slack.labels" . | nindent 4 }}
|
|
{{ end }}
|