From 66e9ec50917751cca3f3df9c36b67ce265fb441b Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Mon, 4 Nov 2024 12:58:49 +0100 Subject: [PATCH] ERP: declare argocd app and postgresql database --- argocd/values.yaml | 3 ++- postgres/iac/terraform.tfvars | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/argocd/values.yaml b/argocd/values.yaml index b3e0a1e..4ed3143 100644 --- a/argocd/values.yaml +++ b/argocd/values.yaml @@ -4,4 +4,5 @@ gitea_applications: - url-shortener - tools - - webapp \ No newline at end of file + - webapp + - erp \ No newline at end of file diff --git a/postgres/iac/terraform.tfvars b/postgres/iac/terraform.tfvars index 4ff1888..03a22c0 100644 --- a/postgres/iac/terraform.tfvars +++ b/postgres/iac/terraform.tfvars @@ -1,3 +1,4 @@ applications = [ "webapp", + "erp", ] \ No newline at end of file