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