enable per app role list of policies
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 18s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped

This commit is contained in:
2025-10-30 10:05:25 +01:00
parent ea9e41ff1a
commit 24c3d92522
5 changed files with 22 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
applications = [
"webapp",
"erp",
"cms",
{ name = "webapp" },
{ name = "erp" },
{ name = "cms", policies = ["factory__cf_r2_arcodange_tf"] },
]