From c72fc2877304dd091f707fdf8551df0c9ec46154 Mon Sep 17 00:00:00 2001 From: Avi Sharma Date: Fri, 17 Nov 2023 21:38:40 +0530 Subject: [PATCH] Fix controller feautregates config in helm Signed-off-by: Avi Sharma --- deploy/charts/cert-manager/values.yaml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/deploy/charts/cert-manager/values.yaml b/deploy/charts/cert-manager/values.yaml index 5107158d8..0f04d6169 100644 --- a/deploy/charts/cert-manager/values.yaml +++ b/deploy/charts/cert-manager/values.yaml @@ -127,20 +127,24 @@ config: # apiVersion: controller.config.cert-manager.io/v1alpha1 # kind: ControllerConfiguration # logging: -# verbosity: 2 -# format: text +# verbosity: 2 +# format: text # leaderElectionConfig: -# namespace: kube-system +# namespace: kube-system # kubernetesAPIQPS: 9000 # kubernetesAPIBurst: 9000 # numberOfConcurrentWorkers: 200 # featureGates: -# additionalCertificateOutputFormats: true -# experimentalCertificateSigningRequestControllers: true -# experimentalGatewayAPISupport: true -# serverSideApply: true -# literalCertificateSubject: true -# useCertificateRequestBasicConstraints: true +# AdditionalCertificateOutputFormats: true +# DisallowInsecureCSRUsageDefinition: true +# ExperimentalCertificateSigningRequestControllers: true +# ExperimentalGatewayAPISupport: true +# LiteralCertificateSubject: true +# SecretsFilteredCaching: true +# ServerSideApply: true +# StableCertificateRequestName: true +# UseCertificateRequestBasicConstraints: true +# ValidateCAA: true # Setting Nameservers for DNS01 Self Check # See: https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check