File tree 3 files changed +4
-4
lines changed
azuredisk-csi-driver/templates
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ spec:
288
288
name : socket-dir
289
289
- mountPath : /etc/kubernetes/
290
290
name : azure-cred
291
- {{- if eq .Values.cloud "AzureStackCloud" }}
291
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
292
292
- name : ssl
293
293
mountPath : /etc/ssl/certs
294
294
readOnly : true
@@ -313,7 +313,7 @@ spec:
313
313
hostPath :
314
314
path : /etc/kubernetes/
315
315
type : DirectoryOrCreate
316
- {{- if eq .Values.cloud "AzureStackCloud" }}
316
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
317
317
- name : ssl
318
318
hostPath :
319
319
path : /etc/ssl/certs
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ spec:
211
211
name : sys-devices-dir
212
212
- mountPath : /sys/class/
213
213
name : sys-class
214
- {{- if eq .Values.cloud "AzureStackCloud" }}
214
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
215
215
- name : ssl
216
216
mountPath : /etc/ssl/certs
217
217
readOnly : true
@@ -254,7 +254,7 @@ spec:
254
254
path : /sys/class/
255
255
type : Directory
256
256
name : sys-class
257
- {{- if eq .Values.cloud "AzureStackCloud" }}
257
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
258
258
- name : ssl
259
259
hostPath :
260
260
path : /etc/ssl/certs
You can’t perform that action at this time.
0 commit comments