From 88193af916349e9c9bc8917b4d04dbada8a6773e Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 13:51:36 +0200 Subject: [PATCH] Add vault pw test app --- apps/templates/test-app.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/templates/test-app.yaml b/apps/templates/test-app.yaml index fc768f2..6c09c5d 100644 --- a/apps/templates/test-app.yaml +++ b/apps/templates/test-app.yaml @@ -28,3 +28,6 @@ spec: ports: - name: http value: 8080 + envs: + - name: PASS + value: # (4) \ No newline at end of file