Skip to content

Commit

Permalink
bugfix: fix runtime.json is not changed bug
Browse files Browse the repository at this point in the history
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
  • Loading branch information
TrafalgarZZZ committed May 8, 2024
1 parent bcd3b28 commit 4aa5401
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/thin/templates/fuse/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ spec:
- mountPath: /etc/fluid/config
name: thin-conf
readOnly: true
- mountPath: /etc/fluid/runtime.json
subPath: runtime.json
- mountPath: /etc/fluid/runtime
name: runtime
readOnly: true
{{- if .Values.fuse.cacheDir }}
Expand Down Expand Up @@ -150,6 +149,9 @@ spec:
- name: runtime
configMap:
name: {{ template "thin.fullname" . }}-runtimeset
items:
- key: runtime.json
path: runtime.json
defaultMode: 0444
{{- if .Values.fuse.volumes }}
{{ toYaml .Values.fuse.volumes | indent 8 }}
Expand Down

0 comments on commit 4aa5401

Please sign in to comment.