Add comments
This commit is contained in:
parent
626ee1c59e
commit
f57c359a33
1 changed files with 4 additions and 0 deletions
|
@ -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: {}
|
||||||
|
|
Loading…
Reference in a new issue