24 lines
624 B
YAML
24 lines
624 B
YAML
# ------------------------------------------------------------------------------
|
|
# External Secrets Operator — Helm Values
|
|
# Chart: https://charts.external-secrets.io
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Install CRDs as part of the chart (recommended for GitOps)
|
|
installCRDs: true
|
|
|
|
# Replica count — 1 is fine for homelab
|
|
replicaCount: 1
|
|
|
|
# Enable Prometheus metrics for cinderella-castle monitoring
|
|
metrics:
|
|
service:
|
|
enabled: true
|
|
|
|
# Webhook for secret validation
|
|
webhook:
|
|
replicaCount: 1
|
|
|
|
# Cert controller manages webhook certs
|
|
certController:
|
|
replicaCount: 1
|