Skip to content

Commit

Permalink
chore: rename sidecar container names in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 16, 2021
1 parent f5f4d59 commit c8a6fc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified charts/latest/blob-csi-driver-v1.6.0.tgz
Binary file not shown.
Expand Up @@ -45,7 +45,7 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
containers:
- name: csi-provisioner
- name: csi-provisioner-blob
{{- if hasPrefix "/" .Values.image.csiProvisioner.repository }}
image: "{{ .Values.image.baseRepo }}{{ .Values.image.csiProvisioner.repository }}:{{ .Values.image.csiProvisioner.tag }}"
{{- else }}
Expand All @@ -65,7 +65,7 @@ spec:
- mountPath: /csi
name: socket-dir
resources: {{- toYaml .Values.controller.resources.csiProvisioner | nindent 12 }}
- name: liveness-probe
- name: liveness-probe-blob
{{- if hasPrefix "/" .Values.image.livenessProbe.repository }}
image: "{{ .Values.image.baseRepo }}{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
{{- else }}
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-blob-controller.yaml
Expand Up @@ -27,7 +27,7 @@ spec:
operator: "Exists"
effect: "NoSchedule"
containers:
- name: csi-provisioner
- name: csi-provisioner-blob
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v2.2.2
args:
- "-v=2"
Expand All @@ -48,7 +48,7 @@ spec:
requests:
cpu: 10m
memory: 20Mi
- name: liveness-probe
- name: liveness-probe-blob
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.4.0
args:
- --csi-address=/csi/csi.sock
Expand Down

0 comments on commit c8a6fc2

Please sign in to comment.