Skip to content

Commit

Permalink
fixed failing helm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Sep 27, 2024
1 parent 8cda85d commit 6f673c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/latest/spdk-csi/templates/storage-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ spec:
{{- end }}
containers:
- name: s-node-api-container
image: "{{ .Values.image.simplyblock.repository }}:{{ .Values.image.simplyblock.tag }}"
imagePullPolicy: "Always"
image: "{{ $.Values.image.simplyblock.repository }}:{{ $.Values.image.simplyblock.tag }}"
imagePullPolicy: "{{ $.Values.image.simplyblock.pullPolicy }}"
command: ["python", "simplyblock_web/snode_app_k8s.py"]
env:
- name: HOSTNAME
Expand All @@ -78,4 +78,4 @@ spec:
volumeMounts:
- name: dev-vol
mountPath: /dev
{{- end }}
{{- end }}

0 comments on commit 6f673c1

Please sign in to comment.