Skip to content

Instantly share code, notes, and snippets.

@jengo
Last active February 8, 2024 19:53
Show Gist options
  • Save jengo/131d096b92a9a381f9641d4665eca4e9 to your computer and use it in GitHub Desktop.
Save jengo/131d096b92a9a381f9641d4665eca4e9 to your computer and use it in GitHub Desktop.
mysql-operator ArgoCD application
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mysql-operator
namespace: argocd
spec:
destination:
namespace: mysql-operator
server: https://kubernetes.default.svc
project: default
source:
chart: mysql-operator
helm:
parameters:
- name: replicaCount
value: "3"
repoURL: https://helm-charts.bitpoke.io
targetRevision: 0.6.3
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment