From 888486357cf579eccb7c6410407862846615ae26 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 28 Nov 2023 18:35:59 +0100 Subject: [PATCH] Well that is not so useful. Signed-off-by: Martyn Ranyard --- everything-app/mysql-operator.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 everything-app/mysql-operator.yaml diff --git a/everything-app/mysql-operator.yaml b/everything-app/mysql-operator.yaml deleted file mode 100644 index e4bdb0c..0000000 --- a/everything-app/mysql-operator.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: mysql-operator - namespace: argocd -spec: - ignoreDifferences: - - kind: CustomResourceDefinition - group: "*" - name: innodbclusters.mysql.oracle.com - jqPathExpressions: - - .spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keyring.properties.oci.properties.endpoints.description - destination: - namespace: kube-system - server: https://kubernetes.default.svc - project: infra - source: - chart: mysql-operator - repoURL: https://mysql.github.io/mysql-operator/ - targetRevision: 2.1.1 -# syncPolicy: - #automated: - # selfHeal: true