Disable ESO cert controller
This commit is contained in:
parent
fe056fd9f9
commit
14130e4454
1 changed files with 12 additions and 1 deletions
|
|
@ -1,4 +1,15 @@
|
||||||
# External Secrets Operator helm values
|
# External Secrets Operator helm values
|
||||||
# https://external-secrets.io/latest/introduction/getting-started/
|
|
||||||
# Uses EC2 instance role for AWS auth - no credentials needed
|
# Uses EC2 instance role for AWS auth - no credentials needed
|
||||||
|
# cert-manager handles webhook TLS instead of the built-in cert-controller
|
||||||
installCRDs: true
|
installCRDs: true
|
||||||
|
|
||||||
|
certController:
|
||||||
|
create: false
|
||||||
|
|
||||||
|
webhook:
|
||||||
|
certManager:
|
||||||
|
enabled: true
|
||||||
|
cert:
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-prod
|
||||||
|
kind: ClusterIssuer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue