Skip to content

Commit

Permalink
Create questions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredquill authored Aug 6, 2024
1 parent 7d237e9 commit 880460a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions charts/harbor/questions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
questions:
- variable: expose.type
description: "Kubernetes Service Type"
type: enum
options:
- "clusterIP"
- "nodePort"
- "loadBalancer"
label: Kubernetes Service Type
group: "Service Settings"
- variable: harborAdminPassword
type: string
required: true
label: Harbor Password
- variable: externalURL
type: string
required: true
label: externalURL
- variable: tls.auto.commonName
type: string
required: true
label: Common Name

0 comments on commit 880460a

Please # to comment.