try kustomize overlays
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 2m20s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped

This commit is contained in:
2025-12-06 16:24:22 +01:00
parent 3be78a836a
commit a335c856f7
3 changed files with 23 additions and 21 deletions

View File

@@ -6,16 +6,7 @@ tools:
crowdsec: {}
redis: {}
clickhouse:
patches:
- target:
kind: StatefulSet
name: clickhouse
patch: |-
- op: add
path: /spec/template/spec/containers/0/volumeMounts/-
value:
name: config-volume
mountPath: /etc/clickhouse-server/users.d/custom-users.xml
subPath: custom-users.xml
readOnly: true
kustomize:
patches:
- kustomize/patch-volumeMount.yaml
grafana: {}