allow several k8s SA to take an app policy
This commit is contained in:
@@ -13,5 +13,7 @@ variable "applications" {
|
||||
type = set(object({
|
||||
name = string
|
||||
policies = optional(list(string), [])
|
||||
service_account_names = optional(list(string), [])
|
||||
service_account_namespaces = optional(list(string), [])
|
||||
}))
|
||||
}
|
||||
Reference in New Issue
Block a user