Skip to content

Commit

Permalink
feat: update project
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Oct 25, 2023
1 parent 51ec4b3 commit 62367e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application_set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resource "argocd_application_set" "traefik" {
}

spec {
project = argocd_project.guardian.metadata[0].name
source {
helm {
release_name = "traefik"
Expand Down Expand Up @@ -74,6 +75,7 @@ resource "argocd_application_set" "traefik_mesh" {
}

spec {
project = argocd_project.guardian.metadata[0].name
source {
helm {
release_name = "traefik-mesh"
Expand Down Expand Up @@ -128,6 +130,7 @@ resource "argocd_application_set" "cert_manager" {
}

spec {
project = argocd_project.guardian.metadata[0].name
source {
helm {
release_name = "cert-manager"
Expand Down Expand Up @@ -188,6 +191,7 @@ resource "argocd_application_set" "victoria_metrics" {
}

spec {
project = argocd_project.guardian.metadata[0].name
source {
helm {
release_name = "victoriametrics"
Expand Down

0 comments on commit 62367e0

Please sign in to comment.