try kustomize overlays
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user