Skip to content

Commit

Permalink
feat: add guardian whilelist
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Oct 25, 2023
1 parent 62367e0 commit 1ffd953
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ resource "argocd_project" "guardian" {
source_namespaces = ["default", "guardian"]
source_repos = ["*"]

cluster_resource_whitelist {
group = "*"
kind = "*"
}

destination {
server = argocd_cluster.prod.server
namespace = "*"
Expand Down

0 comments on commit 1ffd953

Please sign in to comment.