From efb4d0431cc8d6107ef6b8ac09ebadb17695b9fc Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sun, 30 Jun 2024 23:08:46 +1000 Subject: [PATCH] fix incorrect vol names --- kubernetes/apps/flight-tracker/app/development.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes/apps/flight-tracker/app/development.yaml b/kubernetes/apps/flight-tracker/app/development.yaml index 8444440..0de40d7 100644 --- a/kubernetes/apps/flight-tracker/app/development.yaml +++ b/kubernetes/apps/flight-tracker/app/development.yaml @@ -118,9 +118,9 @@ spec: mountPath: /etc/piaware.conf - name: config-rbfeeder mountPath: /etc/rbfeeder.ini - - name: config-planeplotters-feed + - name: config-planesplotters-feed mountPath: /etc/planeplotters/feedclient - - name: config-planeplotters-uuid + - name: config-planesplotters-uuid mountPath: /etc/planeplotters/uuid volumes: - name: rtl-sdr-dvb @@ -173,11 +173,11 @@ spec: hostPath: path: /mnt/nfs/AppData/flight-tracker/rb_feeder.ini type: File - - name: config-planeplotters-feed + - name: config-planesplotters-feed hostPath: path: /mnt/nfs/AppData/flight-tracker/planespotters/feedclient type: File - - name: config-planespotters-uuid + - name: config-planesplotters-uuid hostPath: path: /mnt/nfs/AppData/flight-tracker/planespotters/uuid type: File