Skip to content

Commit

Permalink
feat: Add TLS section to question.yaml
Browse files Browse the repository at this point in the history
This works around a bug where if there's only 1 section group, its name
is not shown.

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Jul 11, 2023
1 parent 86ee391 commit 6057da5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions charts/kubewarden-controller/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,22 @@ questions:
allow viewing secrets, roles or role bindings), and "audit-scanner-cluster-role"
(allows read-write to Kubewarden resources and PolicyReports).
group: "Preview features"
- variable: tls.source
default: "cert-manager-self-signed"
description: "Source for TLS certificates"
label: TLS certificates source
type: enum
options:
- "cert-manager-self-signed"
- "cert-manager"
show_subquestion_if: "cert-manager"
group: "TLS"
subquestions:
- variable: "tls.certManagerIssuerName"
type: string
default: ""
label: cert-manager Issuer name
description: |
Name of cert-manager Issuer
group: "TLS"
show_if: "tls.source=cert-manager"

0 comments on commit 6057da5

Please sign in to comment.