dumpnet-argo/charts/external-secrets/values.yaml

16 lines
357 B
YAML
Raw Normal View History

2026-08-19 09:25:43 -04:00
# External Secrets Operator helm values
# Uses EC2 instance role for AWS auth - no credentials needed
2026-08-19 09:34:16 -04:00
# cert-manager handles webhook TLS instead of the built-in cert-controller
2026-08-19 09:25:43 -04:00
installCRDs: true
2026-08-19 09:34:16 -04:00
certController:
create: false
webhook:
certManager:
enabled: true
cert:
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer