From f57c359a338b646e4e1b117f9ad25b20e93ef0e9 Mon Sep 17 00:00:00 2001 From: sergeyshaykhullin Date: Sun, 21 Jun 2020 18:27:34 +0300 Subject: [PATCH] Add comments --- charts/argocd-notifications/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/argocd-notifications/values.yaml b/charts/argocd-notifications/values.yaml index 79d62dd2..65eab64e 100644 --- a/charts/argocd-notifications/values.yaml +++ b/charts/argocd-notifications/values.yaml @@ -160,6 +160,7 @@ triggers: # For more information: https://argoproj-labs.github.io/argocd-notifications/triggers_and_templates/ bots: + # For more information: https://argoproj-labs.github.io/argocd-notifications/recipients/bot/ slack: updateStrategy: type: Recreate @@ -189,6 +190,9 @@ bots: # requests: # cpu: 100m # memory: 128Mi + affinity: {} + tolerations: [] + nodeSelector: {}