Skip to content

Commit

Permalink
Merge pull request #26 from ty-dc/patch-3
Browse files Browse the repository at this point in the history
Update daemonset.yaml
  • Loading branch information
weizhoublue authored Jul 25, 2024
2 parents 9661e43 + 5026b23 commit 53baf63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ofed-driver/chart/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ spec:
level: "s0"
env:
- name: UNLOAD_STORAGE_MODULES
value: {{ .Values.config.unload_host_storage_modules }}
value: {{ .Values.config.unload_host_storage_modules | quote }}
- name: ENABLE_NFSRDMA
value: {{ .Values.config.enable_nfsrdma }}
value: {{ .Values.config.enable_nfsrdma | quote }}
- name: RESTORE_DRIVER_ON_POD_TERMINATION
value: {{ .Values.config.restore_hostdriver_on_termination }}
value: {{ .Values.config.restore_hostdriver_on_termination | quote }}
{{- with .Values.extraEnv }}
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 53baf63

Please sign in to comment.