Skip to content

Commit

Permalink
fix: remove ssl config in v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jan 12, 2021
1 parent d63e28a commit e12963f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
Binary file modified charts/v0.10.0/azuredisk-csi-driver-v0.10.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ spec:
- mountPath: /var/lib/waagent/ManagedIdentity-Settings
readOnly: true
name: msi
- name: ssl
mountPath: /etc/ssl/certs
readOnly: true
resources:
limits:
cpu: 200m
Expand All @@ -189,6 +186,3 @@ spec:
- name: msi
hostPath:
path: /var/lib/waagent/ManagedIdentity-Settings
- name: ssl
hostPath:
path: /etc/ssl/certs
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ spec:
name: sys-devices-dir
- mountPath: /sys/class/scsi_host/
name: scsi-host-dir
- name: ssl
mountPath: /etc/ssl/certs
readOnly: true
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -177,7 +174,4 @@ spec:
path: /sys/class/scsi_host/
type: Directory
name: scsi-host-dir
- name: ssl
hostPath:
path: /etc/ssl/certs
{{- end -}}
6 changes: 0 additions & 6 deletions deploy/v0.10.0/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ spec:
- mountPath: /var/lib/waagent/ManagedIdentity-Settings
readOnly: true
name: msi
- name: ssl
mountPath: /etc/ssl/certs
readOnly: true
resources:
limits:
cpu: 200m
Expand All @@ -183,6 +180,3 @@ spec:
- name: msi
hostPath:
path: /var/lib/waagent/ManagedIdentity-Settings
- name: ssl
hostPath:
path: /etc/ssl/certs
6 changes: 0 additions & 6 deletions deploy/v0.10.0/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ spec:
name: sys-devices-dir
- mountPath: /sys/class/scsi_host/
name: scsi-host-dir
- name: ssl
mountPath: /etc/ssl/certs
readOnly: true
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -175,7 +172,4 @@ spec:
path: /sys/class/scsi_host/
type: Directory
name: scsi-host-dir
- name: ssl
hostPath:
path: /etc/ssl/certs
---

0 comments on commit e12963f

Please sign in to comment.