Disable ESO cert controller

This commit is contained in:
Ian Keane 2026-08-19 09:34:16 -04:00
parent fe056fd9f9
commit 14130e4454

View file

@ -1,4 +1,15 @@
# External Secrets Operator helm values
# https://external-secrets.io/latest/introduction/getting-started/
# Uses EC2 instance role for AWS auth - no credentials needed
# cert-manager handles webhook TLS instead of the built-in cert-controller
installCRDs: true
certController:
create: false
webhook:
certManager:
enabled: true
cert:
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer