From f66e72444dc8fe1be84390c3d52b17e7c55fd6f1 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Tue, 13 Feb 2024 19:54:27 -0600 Subject: [PATCH] no subPath --- active/weather_report.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/active/weather_report.yaml b/active/weather_report.yaml index 74dae80..c316a7f 100644 --- a/active/weather_report.yaml +++ b/active/weather_report.yaml @@ -18,10 +18,8 @@ spec: volumeMounts: - name: logs-volume mountPath: /logs - subPath: logs restartPolicy: OnFailure volumes: - name: logs-volume persistentVolumeClaim: claimName: data - subPath: logs