Something like this should stop the hammering of the API
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
394f0a7249
commit
76e7207060
|
@ -4,6 +4,12 @@ metadata:
|
||||||
name: mysql-operator
|
name: mysql-operator
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
ignoreDifferences:
|
||||||
|
- kind: CustomResourceDefinition
|
||||||
|
group: "*"
|
||||||
|
name: innodbcluster
|
||||||
|
jqPathExpressions:
|
||||||
|
- .spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keyring.properties.oci.properties.endpoints.description
|
||||||
destination:
|
destination:
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Reference in New Issue