Files
snow/apps/clickhouse-operator.yaml
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ef7cd98619 chore(deps): update helm release altinity-clickhouse-operator to v0.27.0 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-08 14:46:54 +00:00

28 lines
661 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: clickhouse-operator
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
# i don't wanna deal with making this cluster scoped
namespace: otel
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.27.0
helm:
valuesObject:
rbac:
namespaceScoped: true