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:
1Psy 2021-03-25 18:18:23 +03:00
parent 3ba4cdb1ca
commit c2a486743b
No known key found for this signature in database
GPG key ID: AE5A594691852A0F
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ appVersion: 1.1.1
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
name: argocd-notifications
type: application
version: 1.1.2
version: 1.1.3
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:

View file

@ -60,8 +60,8 @@ extraEnv: []
notifiers:
# For more information: https://argocd-notifications.readthedocs.io/en/stable/services/overview/
service.slack: |
token: $slack-token
# service.slack: |
# token: $slack-token
podAnnotations: {}