Add ignoreDifferences configuration for HTTPRoute in ArgoCD application
This commit is contained in:
parent
8abbfd7029
commit
7c32984cfb
@ -20,6 +20,14 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: rook-ceph
|
namespace: rook-ceph
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: HTTPRoute
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/parentRefs/0/group
|
||||||
|
- /spec/parentRefs/0/kind
|
||||||
|
- /spec/rules/0/backendRefs/0/group
|
||||||
|
- /spec/rules/0/backendRefs/0/kind
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user