name is full
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
76e7207060
commit
3cc479c109
|
@ -7,7 +7,7 @@ spec:
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- kind: CustomResourceDefinition
|
- kind: CustomResourceDefinition
|
||||||
group: "*"
|
group: "*"
|
||||||
name: innodbcluster
|
name: innodbclusters.mysql.oracle.com
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keyring.properties.oci.properties.endpoints.description
|
- .spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keyring.properties.oci.properties.endpoints.description
|
||||||
destination:
|
destination:
|
||||||
|
@ -18,6 +18,6 @@ spec:
|
||||||
chart: mysql-operator
|
chart: mysql-operator
|
||||||
repoURL: https://mysql.github.io/mysql-operator/
|
repoURL: https://mysql.github.io/mysql-operator/
|
||||||
targetRevision: 2.1.1
|
targetRevision: 2.1.1
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
#automated:
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
|
|
Loading…
Reference in New Issue