infra4talos/everything-app/mysql-operator.yaml

18 lines
378 B
YAML

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