Add comments

This commit is contained in:
sergeyshaykhullin 2020-06-21 18:27:34 +03:00
parent 626ee1c59e
commit f57c359a33

View file

@ -160,6 +160,7 @@ triggers:
# For more information: https://argoproj-labs.github.io/argocd-notifications/triggers_and_templates/ # For more information: https://argoproj-labs.github.io/argocd-notifications/triggers_and_templates/
bots: bots:
# For more information: https://argoproj-labs.github.io/argocd-notifications/recipients/bot/
slack: slack:
updateStrategy: updateStrategy:
type: Recreate type: Recreate
@ -189,6 +190,9 @@ bots:
# requests: # requests:
# cpu: 100m # cpu: 100m
# memory: 128Mi # memory: 128Mi
affinity: {} affinity: {}
tolerations: [] tolerations: []
nodeSelector: {} nodeSelector: {}