diff --git a/charts/kyverno/values.yaml b/charts/kyverno/values.yaml index a036540a46..f514fc2e5b 100644 --- a/charts/kyverno/values.yaml +++ b/charts/kyverno/values.yaml @@ -123,7 +123,7 @@ service: # In this case, you will need to create a certificate with a specific name and data structure. # As long as you follow the naming scheme, it will be automatically picked up. # kyverno-svc.(namespace).svc.kyverno-tls-ca (with data entry named rootCA.crt) -# kyverno-svc.kyverno.svc.kyverno-tls-key-pair (with data entries named tls.key and tls.crt) +# kyverno-svc.kyverno.svc.kyverno-tls-pair (with data entries named tls.key and tls.crt) # 3) Let Helm generate a self signed cert, by setting createSelfSignedCert true # If letting Kyverno create its own CA or providing your own, make createSelfSignedCert is false createSelfSignedCert: false \ No newline at end of file