mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
Use similar yamllint configuration as other Submariner repos. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
21 lines
734 B
YAML
21 lines
734 B
YAML
---
|
|
questions:
|
|
- variable: submariner-k8s-broker.rbac.create
|
|
type: boolean
|
|
default: true
|
|
group: "Role Based Access Control"
|
|
description: "Create the role/rolebinding for the Submariner client"
|
|
label: "RBAC Creation Enabled"
|
|
- variable: submariner-k8s-broker.crd.create
|
|
type: boolean
|
|
default: true
|
|
group: "Submariner CRD"
|
|
description: "Create the submariner CRDs for the Submariner client"
|
|
label: "Submariner CRD Creation Enabled"
|
|
- variable: submariner-k8s-broker.serviceAccounts.client.create
|
|
type: boolean
|
|
default: true
|
|
group: "Service Account"
|
|
description: "Create the service account for the Submariner client"
|
|
label: "Submariner Service Account Creation Enabled"
|