From 6a1a00c1d037fd62fa1c945772c489664422c548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Pud=C5=82owski?= Date: Mon, 14 Oct 2024 15:43:07 +0200 Subject: [PATCH] helm chart tester 8 --- charts/adcs-issuer/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/adcs-issuer/values.yaml b/charts/adcs-issuer/values.yaml index 9c78b67..7812c6a 100644 --- a/charts/adcs-issuer/values.yaml +++ b/charts/adcs-issuer/values.yaml @@ -1,4 +1,3 @@ - cert-manager: enabled: true # to install cert-manager as a subchart namespace: cert-manager @@ -265,5 +264,5 @@ simulator: # @section Example Certificate # Configuration for an example certificate used by the simulator. exampleCertificate: - enabled: true # Enable or disable the example certificate. + enabled: false # Enable or disable the example certificate. name: adcs-sim-certificate # Name of the example certificate.