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

17 lines
423 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:53:17 -04:00
# cert-manager handles webhook TLS with a self-signed issuer (internal cluster DNS,
# not publicly routable - Let's Encrypt cannot issue for these names)
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:
2026-08-19 09:53:17 -04:00
name: selfsigned
kind: Issuer