From 3b0d9659d7e5b4f1467b2fbc29e92ad7a2a753d8 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 22 Jan 2026 21:21:08 +0100 Subject: [PATCH] fixed mounts --- glance-system/glance-kisfenyo.yaml | 6 ------ glance-system/glance-orsi.yaml | 8 +------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 7306a91..c646fbd 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -2095,12 +2095,6 @@ spec: readOnly: true - name: assets mountPath: /app/assets - volumeMounts: - - name: config - mountPath: /config - readOnly: true - - name: assets - mountPath: /app/assets containers: - name: glance image: glanceapp/glance:v0.8.4 diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index 9cbea4b..edecc8b 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -1229,12 +1229,6 @@ spec: readOnly: true - name: assets mountPath: /app/assets - volumeMounts: - - name: config - mountPath: /config - readOnly: true - - name: assets - mountPath: /app/assets containers: - name: glance image: glanceapp/glance:v0.8.4 @@ -1274,7 +1268,7 @@ spec: mountPath: /app/config/glance.yml subPath: glance.yml - name: config - mountPath: /app/config/assets/custom.css + mountPath: /app/assets/custom.css subPath: custom.css - name: assets mountPath: /app/assets