feat(clickhouse): deploy operator
All checks were successful
Renovate / renovate (push) Successful in 1m9s

This commit is contained in:
Peter 2024-11-26 20:20:35 +01:00
parent b66c9c3982
commit ba36cc4f84
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,20 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: clickhouse-system
resources:
- resources/namespace.yaml
- https://raw.githubusercontent.com/Altinity/clickhouse-operator/master/deploy/operator/clickhouse-operator-install-bundle.yaml
patches:
- patch: |-
- op: add
path: /metadata/labels
value:
prometheus: default
target:
group: core
kind: Namespace
name: clickhouse-operator
version: v1

View file

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: clickhouse
labels:
prometheus: default