Skip to content

Commit

Permalink
feat(cilium): update ns
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 1, 2024
1 parent e8bee52 commit c8d6768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "argocd_application" "cilium" {

destination {
server = argocd_cluster.prod.server
namespace = "cilium"
namespace = "kube-system"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "argocd_project" "guardian" {
}

spec {
source_namespaces = ["default", "guardian"]
source_namespaces = ["default", "guardian", "kube-system"]
source_repos = ["*"]

cluster_resource_whitelist {
Expand Down

0 comments on commit c8d6768

Please sign in to comment.