Add depends on and add ignore diffrences
This commit is contained in:
parent
c404eb1aee
commit
a004b99c5f
@ -14,6 +14,11 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
ignoreDifferences:
|
||||
- group: admissionregistration.k8s.io
|
||||
kind: ValidatingWebhookConfiguration
|
||||
- group: apiextensions.k8s.io
|
||||
kind: CustomResourceDefinition
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
@ -12,11 +12,8 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
ignoreDifferences:
|
||||
- group: admissionregistration.k8s.io
|
||||
kind: ValidatingWebhookConfiguration
|
||||
- group: apiextensions.k8s.io
|
||||
kind: CustomResourceDefinition
|
||||
dependsOn:
|
||||
- metallb-base
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user