Update argo config to ignore annotations
This commit is contained in:
parent
793ae8afb3
commit
c6cc3878ab
@ -16,8 +16,8 @@ spec:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
# prune: true
|
||||
# selfHeal: true
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@ -9,16 +9,16 @@ configs:
|
||||
statusbadge.enabled: "false"
|
||||
timeout.hard.reconciliation: 0s
|
||||
timeout.reconciliation: 180s
|
||||
resource.customizations: | ### ✅ נוספה שורת Ignore כללית
|
||||
resource.customizations: |
|
||||
apps/Deployment:
|
||||
ignoreDifferences:
|
||||
jsonPointers:
|
||||
- /spec/template/metadata/annotations/kubectl.kubernetes.io~1restartedAt
|
||||
|
||||
resource.customizations.health.networking.k8s.io_Ingress: |
|
||||
hs = {}
|
||||
hs.status = "Healthy"
|
||||
return hs
|
||||
networking.k8s.io/Ingress:
|
||||
health.lua: |
|
||||
hs = {}
|
||||
hs.status = "Healthy"
|
||||
return hs
|
||||
oidc.config: |
|
||||
name: Keycloak
|
||||
issuer: https://keycloak.dvirlabs.com/realms/lab
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user