File tree Expand file tree Collapse file tree 5 files changed +0
-24
lines changed
blob-csi-driver/templates Expand file tree Collapse file tree 5 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,6 @@ spec:
109
109
- mountPath : /var/lib/waagent/ManagedIdentity-Settings
110
110
readOnly : true
111
111
name : msi
112
- - name : ssl
113
- mountPath : /etc/ssl/certs
114
- readOnly : true
115
112
resources :
116
113
limits :
117
114
cpu : 200m
@@ -149,7 +146,4 @@ spec:
149
146
- name : msi
150
147
hostPath :
151
148
path : /var/lib/waagent/ManagedIdentity-Settings
152
- - name : ssl
153
- hostPath :
154
- path : /etc/ssl/certs
155
149
---
Original file line number Diff line number Diff line change @@ -131,9 +131,6 @@ spec:
131
131
name : msi
132
132
- mountPath : /mnt
133
133
name : blob-cache
134
- - name : ssl
135
- mountPath : /etc/ssl/certs
136
- readOnly : true
137
134
resources :
138
135
limits :
139
136
cpu : 2
@@ -164,6 +161,3 @@ spec:
164
161
- hostPath :
165
162
path : /mnt
166
163
name : blob-cache
167
- - name : ssl
168
- hostPath :
169
- path : /etc/ssl/certs
Original file line number Diff line number Diff line change @@ -103,9 +103,6 @@ spec:
103
103
- mountPath : /var/lib/waagent/ManagedIdentity-Settings
104
104
readOnly : true
105
105
name : msi
106
- - name : ssl
107
- mountPath : /etc/ssl/certs
108
- readOnly : true
109
106
resources :
110
107
limits :
111
108
cpu : 200m
@@ -142,6 +139,3 @@ spec:
142
139
- name : msi
143
140
hostPath :
144
141
path : /var/lib/waagent/ManagedIdentity-Settings
145
- - name : ssl
146
- hostPath :
147
- path : /etc/ssl/certs
Original file line number Diff line number Diff line change @@ -129,9 +129,6 @@ spec:
129
129
name : msi
130
130
- mountPath : /mnt
131
131
name : blob-cache
132
- - name : ssl
133
- mountPath : /etc/ssl/certs
134
- readOnly : true
135
132
resources :
136
133
limits :
137
134
cpu : 2
@@ -162,7 +159,4 @@ spec:
162
159
- hostPath :
163
160
path : /mnt
164
161
name : blob-cache
165
- - name : ssl
166
- hostPath :
167
- path : /etc/ssl/certs
168
162
---
You can’t perform that action at this time.
0 commit comments