fix(clickhouse): explicitly specify watch namespace
All checks were successful
Renovate / renovate (push) Successful in 55s
All checks were successful
Renovate / renovate (push) Successful in 55s
This commit is contained in:
parent
f79f1eb8d6
commit
d52d2088d5
1 changed files with 12 additions and 0 deletions
|
@ -18,3 +18,15 @@ patches:
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
name: clickhouse-operator
|
name: clickhouse-operator
|
||||||
version: v1
|
version: v1
|
||||||
|
|
||||||
|
- patch: |-
|
||||||
|
- op: add
|
||||||
|
path: /spec/template/spec/containers/0/env/-
|
||||||
|
value:
|
||||||
|
name: WATCH_NAMESPACES
|
||||||
|
value: "plausible"
|
||||||
|
target:
|
||||||
|
group: apps
|
||||||
|
version: v1
|
||||||
|
kind: Deployment
|
||||||
|
name: clickhouse-operator
|
||||||
|
|
Loading…
Reference in a new issue