-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
32 lines (26 loc) · 833 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
registry: ""
org: "volumecontroller"
repo: "kube-volume-controller"
tag: "v0.1.0"
# Installation namespace (required value)
namespace:
# Enable for verbose log
# log_level: 5
# Additional flags used for kube-volume-controller command
flags:
- "--podFile=/vck-templates/pod.tmpl"
- "--pvFile=/vck-templates/pv.tmpl"
- "--pvcFile=/vck-templates/pvc.tmpl"
- "--pachydermPodFile=/vck-templates/pod_pachyderm.tmpl"
# Install cluster role if necessary.
# Note: ClusterRole is a cluster-scoped object. It might already be installed.
clusterrole:
install: true
# Install storage class when necessary.
# Note: StorageClass is a cluster-scoped object. It might already be installed.
storageclass:
install: true
# Install CRD when necessary.
# Note: CRD is a cluster-scoped object. It might already be installed.
crd:
install: true