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: {}