Skip to content

Commit ddf4ff2

Browse files
docs: applied suggestion of using create= instead of generate is
1 parent 30f978e commit ddf4ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/shield/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)