File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -451,13 +451,13 @@ cluster:
451451 ca :
452452 # Create the CA certificate using cert-manager
453453 create : false
454- # The template for the CA certificate secret (if generate is true)
454+ # The template for the CA certificate secret (if create= true)
455455 # will automatically add the annotation `cert-manager.io/allow-direct-injection: "true"` if not present
456456 secret_template : {}
457- # The name of the existing CA certificate secret (if generate is false)
457+ # The name of the existing CA certificate secret (if create= false)
458458 # has to be annotated with `cert-manager.io/allow-direct-injection: "true"`
459459 secret_name : " "
460- # The namespace of the existing CA certificate secret (if generate is false)
460+ # The namespace of the existing CA certificate secret (if create= false)
461461 secret_namespace : " "
462462 issuer :
463463 # Create the Issuer instead of using an existing one
You can’t perform that action at this time.
0 commit comments