diff --git a/projects/core/values/cert-manager.yaml b/projects/core/values/cert-manager.yaml index 3c67b3a8..1d18dce8 100644 --- a/projects/core/values/cert-manager.yaml +++ b/projects/core/values/cert-manager.yaml @@ -23,7 +23,13 @@ global: # Set the verbosity of cert-manager. Range of 0 - 6 with 6 being the most verbose. logLevel: 2 -installCRDs: true + leaderElection: + namespace: "cert-manager" + +crds: + enabled: true + + replicaCount: 1 strategy: