From ba381c6b495eea134ec7a53acc1230d7221a7e64 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sun, 30 Jun 2024 23:13:14 +1000 Subject: [PATCH] fix config file path value --- kubernetes/apps/flight-tracker/app/development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/flight-tracker/app/development.yaml b/kubernetes/apps/flight-tracker/app/development.yaml index 0de40d7..ec95801 100644 --- a/kubernetes/apps/flight-tracker/app/development.yaml +++ b/kubernetes/apps/flight-tracker/app/development.yaml @@ -171,7 +171,7 @@ spec: type: File - name: config-rbfeeder hostPath: - path: /mnt/nfs/AppData/flight-tracker/rb_feeder.ini + path: /mnt/nfs/AppData/flight-tracker/rbfeeder.ini type: File - name: config-planesplotters-feed hostPath: