Skip to content

Commit

Permalink
fix(4allportal): repair config share
Browse files Browse the repository at this point in the history
  • Loading branch information
C-schwarz-4ap committed Nov 27, 2024
1 parent d1ac0fe commit 6b29078
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions charts/4allportal/templates/samba/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
"configs": {
"assets": {
"shares": [
"assets"
"assets", "config"
],
"globals": [
"globals"
Expand All @@ -22,20 +22,6 @@ data:
"status_xattr": "user.share-perms-status",
"mode": "0777"
}
},
"config": {
"shares": [
"config"
],
"globals": [
"globals"
],
"instance_name": "config",
"permissions": {
"method": "initialize-share-perms",
"status_xattr": "user.share-perms-status",
"mode": "0777"
}
}
},
"shares": {
Expand Down

0 comments on commit 6b29078

Please sign in to comment.