diff --git a/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-controller.yaml b/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-controller.yaml index 8d94e95978..ae9bfc0317 100644 --- a/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-controller.yaml +++ b/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-controller.yaml @@ -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 @@ -189,6 +186,3 @@ spec: - name: msi hostPath: path: /var/lib/waagent/ManagedIdentity-Settings - - name: ssl - hostPath: - path: /etc/ssl/certs diff --git a/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-node.yaml b/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-node.yaml index 8822d09ea2..9743ab48a4 100644 --- a/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-node.yaml +++ b/charts/latest/azuredisk-csi-driver/templates/csi-azuredisk-node.yaml @@ -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 @@ -177,7 +174,4 @@ spec: path: /sys/class/scsi_host/ type: Directory name: scsi-host-dir - - name: ssl - hostPath: - path: /etc/ssl/certs {{- end -}} diff --git a/deploy/csi-azuredisk-controller.yaml b/deploy/csi-azuredisk-controller.yaml index 05fc5e7543..681492def0 100644 --- a/deploy/csi-azuredisk-controller.yaml +++ b/deploy/csi-azuredisk-controller.yaml @@ -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 @@ -183,6 +180,3 @@ spec: - name: msi hostPath: path: /var/lib/waagent/ManagedIdentity-Settings - - name: ssl - hostPath: - path: /etc/ssl/certs diff --git a/deploy/csi-azuredisk-node.yaml b/deploy/csi-azuredisk-node.yaml index e10eed0eab..3020ff2b4a 100644 --- a/deploy/csi-azuredisk-node.yaml +++ b/deploy/csi-azuredisk-node.yaml @@ -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 @@ -175,7 +172,4 @@ spec: path: /sys/class/scsi_host/ type: Directory name: scsi-host-dir - - name: ssl - hostPath: - path: /etc/ssl/certs ---