Files
snow/apps/clickhouse-operator.yaml
T
2025-11-05 17:22:48 +01:00

27 lines
610 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: clickhouse-operator
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: clickhouse
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
# needed because the CRDs are too long for kubectl apply
- ServerSideApply=true
source:
repoURL: https://helm.altinity.com
chart: altinity-clickhouse-operator
targetRevision: 0.25.5
helm:
valuesObject:
rbac:
namespaceScoped: true