From a7eb17fc4b2ef88a66e69c398f95d342c9eae0c0 Mon Sep 17 00:00:00 2001 From: Zpekii Date: Sat, 10 Jan 2026 20:31:30 +0800 Subject: [PATCH] fix: update mountPath for helloapp-test-key to correct directory --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 784abf6..05c0693 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -43,7 +43,7 @@ spec: - name: config-volume mountPath: /config - name: helloapp-test-key - mountPath: /certs/test.key + mountPath: /certs command: ["/helloapp"] args: ["-f", "/config/.linux-config.yaml"] volumes: