Skip to content

Commit f4f7137

Browse files
committed
refactor(argocd): remove role 'aa' from project configurations in values.yaml and project.tf
1 parent dc83cea commit f4f7137

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

argocd/prod/values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,6 @@ configs:
329329
p, role:ai, applications, *, ai/*, allow
330330
p, role:ai, logs, *, ai/*, allow
331331
p, role:ai, exec, *, ai/*, allow
332-
p, role:aa, applications, *, aa/*, allow
333-
p, role:aa, logs, *, aa/*, allow
334-
p, role:aa, exec, *, aa/*, allow
335332
p, role:follow, applications, *, follow/*, allow
336333
p, role:follow, logs, *, follow/*, allow
337334
p, role:follow, exec, *, follow/*, allow
@@ -344,9 +341,6 @@ configs:
344341
p, role:open, applications, *, open/*, allow
345342
p, role:open, logs, *, open/*, allow
346343
p, role:open, exec, *, open/*, allow
347-
p, role:open, applications, *, aa/*, allow
348-
p, role:open, logs, *, aa/*, allow
349-
p, role:open, exec, *, aa/*, allow
350344
p, role:overlord, applications, *, overlord/*, allow
351345
p, role:overlord, logs, *, overlord/*, allow
352346
p, role:overlord, exec, *, overlord/*, allow
@@ -358,7 +352,6 @@ configs:
358352
g, aiop, role:pregod
359353
g, aiop, role:copilot
360354
g, aiop, role:ai
361-
g, aiop, role:aa
362355
g, crossbell, role:crossbell
363356
g, diygod, role:diygod
364357
g, follow, role:follow

project.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ resource "argocd_project" "guardian" {
2222
resource "argocd_project" "namespaced" {
2323
for_each = toset([
2424
"ai",
25-
"aa",
2625
"crossbell",
2726
"network",
2827
"diygod",

0 commit comments

Comments
 (0)