Skip to content

Commit

Permalink
fix: remove ssl config in v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jan 12, 2021
1 parent 52a7636 commit 30a2b73
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
Binary file modified charts/v0.11.0/blob-csi-driver-v0.11.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,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 Down Expand Up @@ -149,7 +146,4 @@ spec:
- name: msi
hostPath:
path: /var/lib/waagent/ManagedIdentity-Settings
- name: ssl
hostPath:
path: /etc/ssl/certs
---
6 changes: 0 additions & 6 deletions charts/v0.11.0/blob-csi-driver/templates/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ spec:
name: msi
- mountPath: /mnt
name: blob-cache
- name: ssl
mountPath: /etc/ssl/certs
readOnly: true
resources:
limits:
cpu: 2
Expand Down Expand Up @@ -164,6 +161,3 @@ spec:
- hostPath:
path: /mnt
name: blob-cache
- name: ssl
hostPath:
path: /etc/ssl/certs
6 changes: 0 additions & 6 deletions deploy/v0.11.0/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,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 Down Expand Up @@ -142,6 +139,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.11.0/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ spec:
name: msi
- mountPath: /mnt
name: blob-cache
- name: ssl
mountPath: /etc/ssl/certs
readOnly: true
resources:
limits:
cpu: 2
Expand Down Expand Up @@ -162,7 +159,4 @@ spec:
- hostPath:
path: /mnt
name: blob-cache
- name: ssl
hostPath:
path: /etc/ssl/certs
---

0 comments on commit 30a2b73

Please sign in to comment.