Skip to content

Commit

Permalink
Fix files deploy issue (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpeng authored May 18, 2024
1 parent 0c310e6 commit c1f46bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ spec:
- name: uploads-temp
hostPath:
type: DirectoryOrCreate
path: { { .Values.userspace.appCache } }/files/uploadstemp
path: {{ .Values.userspace.appCache }}/files/uploadstemp
- name: terminus-sidecar-config
configMap:
name: sidecar-upload-configs
Expand Down

0 comments on commit c1f46bd

Please sign in to comment.