From 6b5127c711cff7265192f734728bbaef9e54090c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 22 Jan 2026 21:39:23 +0100 Subject: [PATCH] fix? --- glance-system/glance-orsi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index edecc8b..740732f 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -1264,14 +1264,14 @@ spec: cpu: 200m memory: 128Mi volumeMounts: + - name: assets + mountPath: /app/assets - name: config mountPath: /app/config/glance.yml subPath: glance.yml - name: config mountPath: /app/assets/custom.css subPath: custom.css - - name: assets - mountPath: /app/assets volumes: - name: config configMap: