fix(argocd-notifications): Slack notification service is disabled in values.
Signed-off-by: 1Psy <41047934+1Psy@users.noreply.github.com>
This commit is contained in:
parent
3ba4cdb1ca
commit
c2a486743b
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ appVersion: 1.1.1
|
||||||
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
||||||
name: argocd-notifications
|
name: argocd-notifications
|
||||||
type: application
|
type: application
|
||||||
version: 1.1.2
|
version: 1.1.3
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -60,8 +60,8 @@ extraEnv: []
|
||||||
notifiers:
|
notifiers:
|
||||||
# For more information: https://argocd-notifications.readthedocs.io/en/stable/services/overview/
|
# For more information: https://argocd-notifications.readthedocs.io/en/stable/services/overview/
|
||||||
|
|
||||||
service.slack: |
|
# service.slack: |
|
||||||
token: $slack-token
|
# token: $slack-token
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue