Skip to content

Commit

Permalink
Update values to adapt to the v0.36.0 version of dufs
Browse files Browse the repository at this point in the history
  • Loading branch information
MuXiu1997 committed Aug 26, 2023
1 parent e728a49 commit de944b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dufs/dufs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ spec:
secretKeyRef:
name: muxiu1997.com
key: DUFS_ADMIN_PASSWORD
- name: DUFS_ROOT
- name: DUFS_SERVE_PATH
value: /data
- name: DUFS_AUTH
value: /@admin:$(DUFS_ADMIN_PASSWORD)@*
value: admin:$(DUFS_ADMIN_PASSWORD)@/:rw|@/
- name: DUFS_ALLOW_ALL
value: "true"
- name: DUFS_PORT
Expand Down

0 comments on commit de944b1

Please sign in to comment.