Files
tools/clickhouse/kustomize/patch-volumeMount.yaml
Gabriel Radureau a335c856f7
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
try kustomize overlays
2025-12-08 11:14:35 +01:00

15 lines
340 B
YAML

apiVersion: apps/v1
kind: StatefulSet
metadata:
name: clickhouse
spec:
template:
spec:
containers:
- name: clickhouse
volumeMounts:
- name: config-volume
mountPath: /etc/clickhouse-server/users.d/custom-users.xml
subPath: custom-users.xml
readOnly: true