From 10a8a44dae3f14674e6ea7ba6d19557b1a582317 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 14:08:01 +0200 Subject: [PATCH] Add test pw4 --- apps/templates/test-app.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/templates/test-app.yaml b/apps/templates/test-app.yaml index ecf77e0..64cf0e8 100644 --- a/apps/templates/test-app.yaml +++ b/apps/templates/test-app.yaml @@ -3,6 +3,8 @@ kind: Application metadata: name: simple-helm namespace: argocd + annotations: + avp.kubernetes.io/path: "/v1/kv/data/argocd" spec: destination: name: '' @@ -27,4 +29,7 @@ spec: replicas: 1 ports: - name: http - value: 8080 \ No newline at end of file + value: 8080 + envs: + - name: PASS + value: # (4) \ No newline at end of file