Files
tools/chart/values.yaml
Gabriel Radureau 3be78a836a
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 17s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped
try kustomize patch with argocd
2025-12-06 14:57:42 +01:00

21 lines
595 B
YAML

tools:
pgbouncer: {}
#pgcat # trop contraignant: lister tous les databases/users et auth_type md5 uniquement: {}
# prometheus: {}
hashicorp-vault: {}
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
grafana: {}