Skip to content

Commit

Permalink
Merge pull request #551 from andyzhangx/container-rename
Browse files Browse the repository at this point in the history
chore: rename sidecar container names in controller
  • Loading branch information
andyzhangx authored Oct 16, 2021
2 parents f5f4d59 + c8a6fc2 commit befb104
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.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 befb104

Please sign in to comment.