Skip to content

Commit 619eef6

Browse files
committed
chore: mount filesystems from charm to workload
Signed-off-by: Dario Faccin <[email protected]>
1 parent 02ffd44 commit 619eef6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

charms/jupyter-ui/metadata.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ containers:
1010
resource: oci-image
1111
uid: 584792
1212
gid: 584792
13+
mounts:
14+
- storage: config
15+
location: /etc/config
16+
- storage: logos
17+
location: /src/apps/default/static/assets/logos/
1318
resources:
1419
oci-image:
1520
type: oci-image
@@ -62,3 +67,10 @@ requires:
6267
interface: loki_push_api
6368
optional: true
6469
charm-user: non-root
70+
storage:
71+
config:
72+
type: filesystem
73+
minimum-size: 1M
74+
logos:
75+
type: filesystem
76+
minimum-size: 1M

0 commit comments

Comments
 (0)