Update argo config to ignore annotations
This commit is contained in:
parent
5d25a95a6f
commit
793ae8afb3
@ -9,6 +9,12 @@ configs:
|
|||||||
statusbadge.enabled: "false"
|
statusbadge.enabled: "false"
|
||||||
timeout.hard.reconciliation: 0s
|
timeout.hard.reconciliation: 0s
|
||||||
timeout.reconciliation: 180s
|
timeout.reconciliation: 180s
|
||||||
|
resource.customizations: | ### ✅ נוספה שורת Ignore כללית
|
||||||
|
apps/Deployment:
|
||||||
|
ignoreDifferences:
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/template/metadata/annotations/kubectl.kubernetes.io~1restartedAt
|
||||||
|
|
||||||
resource.customizations.health.networking.k8s.io_Ingress: |
|
resource.customizations.health.networking.k8s.io_Ingress: |
|
||||||
hs = {}
|
hs = {}
|
||||||
hs.status = "Healthy"
|
hs.status = "Healthy"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user