Automated Manifest Update (#2305)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2305 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2305.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
# Source: argocd/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
@@ -160,7 +159,7 @@ data:
|
||||
- description: Application has degraded
|
||||
send:
|
||||
- app-health-degraded
|
||||
when: app.status.health.status == 'Degraded' and time.Now().Sub(time.Parse(app.status.health.lastTransitionTime).Minutes() >= 15
|
||||
when: app.status.health.status == 'Degraded'
|
||||
trigger.on-sync-failed: |
|
||||
- description: Application syncing has failed
|
||||
send:
|
||||
|
||||
Reference in New Issue
Block a user