Skip to content

Commit e12963f

Browse files
committed
fix: remove ssl config in v0.10.0
1 parent d63e28a commit e12963f

File tree

5 files changed

+0
-24
lines changed

5 files changed

+0
-24
lines changed
-26 Bytes
Binary file not shown.

charts/v0.10.0/azuredisk-csi-driver/templates/csi-azuredisk-controller.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ spec:
169169
- mountPath: /var/lib/waagent/ManagedIdentity-Settings
170170
readOnly: true
171171
name: msi
172-
- name: ssl
173-
mountPath: /etc/ssl/certs
174-
readOnly: true
175172
resources:
176173
limits:
177174
cpu: 200m
@@ -189,6 +186,3 @@ spec:
189186
- name: msi
190187
hostPath:
191188
path: /var/lib/waagent/ManagedIdentity-Settings
192-
- name: ssl
193-
hostPath:
194-
path: /etc/ssl/certs

charts/v0.10.0/azuredisk-csi-driver/templates/csi-azuredisk-node.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ spec:
135135
name: sys-devices-dir
136136
- mountPath: /sys/class/scsi_host/
137137
name: scsi-host-dir
138-
- name: ssl
139-
mountPath: /etc/ssl/certs
140-
readOnly: true
141138
resources:
142139
limits:
143140
cpu: 200m
@@ -177,7 +174,4 @@ spec:
177174
path: /sys/class/scsi_host/
178175
type: Directory
179176
name: scsi-host-dir
180-
- name: ssl
181-
hostPath:
182-
path: /etc/ssl/certs
183177
{{- end -}}

deploy/v0.10.0/csi-azuredisk-controller.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ spec:
163163
- mountPath: /var/lib/waagent/ManagedIdentity-Settings
164164
readOnly: true
165165
name: msi
166-
- name: ssl
167-
mountPath: /etc/ssl/certs
168-
readOnly: true
169166
resources:
170167
limits:
171168
cpu: 200m
@@ -183,6 +180,3 @@ spec:
183180
- name: msi
184181
hostPath:
185182
path: /var/lib/waagent/ManagedIdentity-Settings
186-
- name: ssl
187-
hostPath:
188-
path: /etc/ssl/certs

deploy/v0.10.0/csi-azuredisk-node.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ spec:
133133
name: sys-devices-dir
134134
- mountPath: /sys/class/scsi_host/
135135
name: scsi-host-dir
136-
- name: ssl
137-
mountPath: /etc/ssl/certs
138-
readOnly: true
139136
resources:
140137
limits:
141138
cpu: 200m
@@ -175,7 +172,4 @@ spec:
175172
path: /sys/class/scsi_host/
176173
type: Directory
177174
name: scsi-host-dir
178-
- name: ssl
179-
hostPath:
180-
path: /etc/ssl/certs
181175
---

0 commit comments

Comments
 (0)