mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
19 lines
693 B
YAML
19 lines
693 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" |