From 5beaee60ac7aaafde2cb96039f33b592f691c337 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sun, 29 Sep 2024 17:55:19 +0200 Subject: [PATCH] argocd: add webapp app --- argocd/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argocd/values.yaml b/argocd/values.yaml index df5e54d..b3e0a1e 100644 --- a/argocd/values.yaml +++ b/argocd/values.yaml @@ -3,4 +3,5 @@ # Declare variables to be passed into your templates. gitea_applications: - url-shortener - - tools \ No newline at end of file + - tools + - webapp \ No newline at end of file