forked from kubernetes/cloud-provider-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
103 lines (100 loc) · 2.45 KB
/
Copy pathvalues.yaml
File metadata and controls
103 lines (100 loc) · 2.45 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
nameOverride: ""
fullnameOverride: ""
timeout: 3m
csi:
attacher:
image:
repository: k8s.gcr.io/sig-storage/csi-attacher
tag: v3.1.0
pullPolicy: IfNotPresent
provisioner:
topology: "true"
image:
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: v2.1.1
pullPolicy: IfNotPresent
snapshotter:
image:
repository: k8s.gcr.io/sig-storage/csi-snapshotter
tag: v2.1.3
pullPolicy: IfNotPresent
resizer:
image:
repository: k8s.gcr.io/sig-storage/csi-resizer
tag: v1.1.0
pullPolicy: IfNotPresent
livenessprobe:
image:
repository: k8s.gcr.io/sig-storage/livenessprobe
tag: v2.1.0
pullPolicy: IfNotPresent
failureThreshold: 5
initialDelaySeconds: 10
timeoutSeconds: 10
periodSeconds: 60
nodeDriverRegistrar:
image:
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
tag: v1.3.0
pullPolicy: IfNotPresent
plugin:
image:
repository: docker.io/k8scloudprovider/cinder-csi-plugin
pullPolicy: IfNotPresent
tag: # defaults to .Chart.AppVersion
volumes:
- name: cacert
hostPath:
path: /etc/cacert
volumeMounts:
- name: cacert
mountPath: /etc/cacert
readOnly: true
- name: cloud-config
mountPath: /etc/kubernetes
readOnly: true
snapshotController:
enabled: false
image:
repository: k8s.gcr.io/sig-storage/snapshot-controller
tag: v2.1.3
secret:
enabled: false
create: false
# name: cinder-csi-cloud-config
# data:
# cloud-config: |-
# [Global]
# auth-url=http://openstack-control-plane
# user-id=user-id
# password=password
# trust-id=trust-id
# region=RegionOne
# ca-file=/etc/cacert/ca-bundle.crt
storageClass:
enabled: true
delete:
isDefault: false
allowVolumeExpansion: true
retain:
isDefault: false
allowVolumeExpansion: true
# any kind of custom StorageClasses
# custom: |-
# ---
# apiVersion: storage.k8s.io/v1
# kind: StorageClass
# metadata:
# name: sas
# provisioner: cinder.csi.openstack.org
# volumeBindingMode: WaitForFirstConsumer
# allowVolumeExpansion: true
# parameters:
# type: SAS
# ---
# apiVersion: snapshot.storage.k8s.io/v1beta1
# kind: VolumeSnapshotClass
# metadata:
# name: csi-cinder-snapclass
# driver: cinder.csi.openstack.org
# deletionPolicy: Delete