From 3cc479c1094a5f392f335c91b99796b6c7db44c6 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 28 Nov 2023 17:03:47 +0100 Subject: [PATCH] name is full Signed-off-by: Martyn Ranyard --- everything-app/mysql-operator.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/everything-app/mysql-operator.yaml b/everything-app/mysql-operator.yaml index faf6a7b..e4bdb0c 100644 --- a/everything-app/mysql-operator.yaml +++ b/everything-app/mysql-operator.yaml @@ -7,7 +7,7 @@ spec: ignoreDifferences: - kind: CustomResourceDefinition group: "*" - name: innodbcluster + name: innodbclusters.mysql.oracle.com jqPathExpressions: - .spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keyring.properties.oci.properties.endpoints.description destination: @@ -18,6 +18,6 @@ spec: chart: mysql-operator repoURL: https://mysql.github.io/mysql-operator/ targetRevision: 2.1.1 - syncPolicy: - automated: - selfHeal: true +# syncPolicy: + #automated: + # selfHeal: true