From fb8bb085e2f8a84be5e070f4230a634cc8e92318 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 23 Sep 2024 08:14:29 +0100 Subject: [PATCH] oops --- apps/production/flyimg/flyimg.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/production/flyimg/flyimg.yaml b/apps/production/flyimg/flyimg.yaml index e59ee80..d66296a 100644 --- a/apps/production/flyimg/flyimg.yaml +++ b/apps/production/flyimg/flyimg.yaml @@ -41,13 +41,15 @@ spec: volumeMounts: - name: flyimg-storage mountPath: /var/www/html/web/uploads - mountVolumes: + - name: config-volume + mountPath: /var/www/html/config/parameters.yml + volumes: - name: flyimg-storage persistentVolumeClaim: claimName: flyimg-pvc - name: config-volume - mountPath: /var/www/html/config/parameters.yml - subPath: parameters.yml + configMap: + name: flyimg-config --- apiVersion: v1 kind: PersistentVolumeClaim