Skip to content

Commit 30a2b73

Browse files
committed
fix: remove ssl config in v0.11.0
1 parent 52a7636 commit 30a2b73

File tree

5 files changed

+0
-24
lines changed

5 files changed

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

charts/v0.11.0/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ spec:
109109
- mountPath: /var/lib/waagent/ManagedIdentity-Settings
110110
readOnly: true
111111
name: msi
112-
- name: ssl
113-
mountPath: /etc/ssl/certs
114-
readOnly: true
115112
resources:
116113
limits:
117114
cpu: 200m
@@ -149,7 +146,4 @@ spec:
149146
- name: msi
150147
hostPath:
151148
path: /var/lib/waagent/ManagedIdentity-Settings
152-
- name: ssl
153-
hostPath:
154-
path: /etc/ssl/certs
155149
---

charts/v0.11.0/blob-csi-driver/templates/csi-blob-node.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ spec:
131131
name: msi
132132
- mountPath: /mnt
133133
name: blob-cache
134-
- name: ssl
135-
mountPath: /etc/ssl/certs
136-
readOnly: true
137134
resources:
138135
limits:
139136
cpu: 2
@@ -164,6 +161,3 @@ spec:
164161
- hostPath:
165162
path: /mnt
166163
name: blob-cache
167-
- name: ssl
168-
hostPath:
169-
path: /etc/ssl/certs

deploy/v0.11.0/csi-blob-controller.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ spec:
103103
- mountPath: /var/lib/waagent/ManagedIdentity-Settings
104104
readOnly: true
105105
name: msi
106-
- name: ssl
107-
mountPath: /etc/ssl/certs
108-
readOnly: true
109106
resources:
110107
limits:
111108
cpu: 200m
@@ -142,6 +139,3 @@ spec:
142139
- name: msi
143140
hostPath:
144141
path: /var/lib/waagent/ManagedIdentity-Settings
145-
- name: ssl
146-
hostPath:
147-
path: /etc/ssl/certs

deploy/v0.11.0/csi-blob-node.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ spec:
129129
name: msi
130130
- mountPath: /mnt
131131
name: blob-cache
132-
- name: ssl
133-
mountPath: /etc/ssl/certs
134-
readOnly: true
135132
resources:
136133
limits:
137134
cpu: 2
@@ -162,7 +159,4 @@ spec:
162159
- hostPath:
163160
path: /mnt
164161
name: blob-cache
165-
- name: ssl
166-
hostPath:
167-
path: /etc/ssl/certs
168162
---

0 commit comments

Comments
 (0)