cluster: allow namespace admins to access certificate resources

Change-Id: I532dadfe1799da43d12598e388141f8f9a3872de
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1250
Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
patryk 2022-01-25 21:05:49 +01:00 committed by patryk
parent f642e86724
commit d0a0b18e54

View file

@ -126,6 +126,11 @@ local pki = import "lib/pki.libsonnet";
resources: ["ingresses"],
verbs: ["*"],
},
{
apiGroups: ["certmanager.k8s.io"],
resources: ["certificates"],
verbs: ["*"],
},
],
},
// This ClusterRoleBindings allows root access to cluster admins.