allow several k8s SA to take an app policy
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 15s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped

This commit is contained in:
2025-11-27 22:52:02 +01:00
parent 56a5bf9e18
commit 50f8ea95be
7 changed files with 48 additions and 6 deletions

View File

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