Compare commits

..

1 Commits

Author SHA1 Message Date
Andrei Kvapil
f811ea94ab fix: clickhouse-operator watch namespaces
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-17 22:56:48 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ spec:
ingress:
metadata:
annotations:
acme.cert-manager.io/http01-ingress-class: "{{ $ingress }}"
kubernetes.io/ingress.class: "{{ $ingress }}"
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: "{{ $ingress }}"

View File

@@ -0,0 +1,6 @@
altinity-clickhouse-operator:
configs:
files:
config.yaml:
watch:
namespaces: ["*"]