fixed mounts
This commit is contained in:
@@ -2095,12 +2095,6 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
- name: assets
|
- name: assets
|
||||||
mountPath: /app/assets
|
mountPath: /app/assets
|
||||||
volumeMounts:
|
|
||||||
- name: config
|
|
||||||
mountPath: /config
|
|
||||||
readOnly: true
|
|
||||||
- name: assets
|
|
||||||
mountPath: /app/assets
|
|
||||||
containers:
|
containers:
|
||||||
- name: glance
|
- name: glance
|
||||||
image: glanceapp/glance:v0.8.4
|
image: glanceapp/glance:v0.8.4
|
||||||
|
|||||||
@@ -1229,12 +1229,6 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
- name: assets
|
- name: assets
|
||||||
mountPath: /app/assets
|
mountPath: /app/assets
|
||||||
volumeMounts:
|
|
||||||
- name: config
|
|
||||||
mountPath: /config
|
|
||||||
readOnly: true
|
|
||||||
- name: assets
|
|
||||||
mountPath: /app/assets
|
|
||||||
containers:
|
containers:
|
||||||
- name: glance
|
- name: glance
|
||||||
image: glanceapp/glance:v0.8.4
|
image: glanceapp/glance:v0.8.4
|
||||||
@@ -1274,7 +1268,7 @@ spec:
|
|||||||
mountPath: /app/config/glance.yml
|
mountPath: /app/config/glance.yml
|
||||||
subPath: glance.yml
|
subPath: glance.yml
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/config/assets/custom.css
|
mountPath: /app/assets/custom.css
|
||||||
subPath: custom.css
|
subPath: custom.css
|
||||||
- name: assets
|
- name: assets
|
||||||
mountPath: /app/assets
|
mountPath: /app/assets
|
||||||
|
|||||||
Reference in New Issue
Block a user