infra4talos/everything-app/mysql-operator.yaml

24 lines
626 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mysql-operator
namespace: argocd
spec:
ignoreDifferences:
- kind: CustomResourceDefinition
group: "*"
name: innodbcluster
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