forked from adfinis/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
79 lines (76 loc) · 2.69 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# -- [ceph-csi-rbd](https://github.com/ceph/ceph-csi/)
# @default -- -
cephCsiRbd:
# -- Enable ceph-csi-rbd
enabled: false
name: ceph-csi-rbd
destination:
# -- Namespace
namespace: "infra-storage"
# -- Repo URL
# @default -- [repo](https://ceph.github.io/csi-charts)
repoURL: "https://ceph.github.io/csi-charts"
# -- Chart
chart: "ceph-csi-rbd"
# -- [ceph-csi-rbd Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/rbd) version
targetRevision: "3.8.0"
# -- Helm values
# @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/rbd/ceph-csi-rbd/values.yaml)
values: {}
# -- [ceph-csi-cephfs](https://github.com/ceph/ceph-csi/)
# @default -- -
cephCsiCephfs:
# -- Enable ceph-csi-cephfs
enabled: false
name: ceph-csi-cephfs
destination:
# -- Namespace
namespace: "infra-storage"
# -- Repo URL
# @default -- [repo](https://ceph.github.io/csi-charts)
repoURL: "https://ceph.github.io/csi-charts"
# -- Chart
chart: "ceph-csi-cephfs"
# -- [ceph-csi-cephfs Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/cephfs) version
targetRevision: "3.8.0"
# -- Helm values
# @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/cephfs/ceph-csi-cephfs/values.yaml)
values: {}
# -- [csi-driver-smb](https://github.com/kubernetes-csi/csi-driver-smb)
# @default -- [example](./examples/csi-driver-smb.yaml)
csiDriverSmb:
# -- Enable csi-driver-smb
enabled: false
name: csi-driver-smb
destination:
# -- Namespace
namespace: "infra-csi-driver-smb"
# -- Repo URL
# @default -- [repo](https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts)
repoURL: "https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts"
# -- Chart
chart: "csi-driver-smb"
# -- [csi-driver-smb Helm chart](https://github.com/kubernetes-csi/csi-driver-smb/tree/master/charts) version
targetRevision: "1.14.0"
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/charts/latest/csi-driver-smb/values.yaml)
values: {}
# -- [minio](https://github.com/minio/minio)
# @default -- -
minio:
# -- Enable minio
enabled: false
name: minio
destination:
# -- Namespace
namespace: "infra-storage"
# -- Repo URL
# @default -- [repo](https://github.com/minio/minio/tree/master/helm/minio)
repoURL: "https://charts.min.io"
# -- Chart
chart: "minio"
# -- [minio Helm chart](https://github.com/minio/minio/tree/master/helm-releases) version
targetRevision: "5.0.13"
# -- Helm values
# @default -- [upstream values](https://github.com/minio/minio/blob/master/helm/minio/values.yaml)
values: {}