Template the AUTH_APPROVED_DOMAINS and certmanager.k8s.io/cluster-issuer

Also add `networking.k8s.io` to `apiGroups` in `ClusterRole`
This commit is contained in:
M. Mert Yildiran
2023-05-25 05:07:42 +03:00
parent 42df7aa42f
commit be5bd6a372
9 changed files with 39 additions and 12 deletions

View File

@@ -667,6 +667,7 @@ func (provider *Provider) BuildClusterRole() *rbac.ClusterRole {
"",
"extensions",
"apps",
"networking.k8s.io",
},
Resources: []string{
"pods",