Skip to content

Commit 3b068dc

Browse files
committed
adjust rbac
1 parent be1c021 commit 3b068dc

File tree

1 file changed

+3
-3
lines changed
  • charts/internal/shoot-system-components/charts/stackit-pod-identity-webhook/templates

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRole
33
metadata:
4-
name: stackit-pod-identity-webhook-access
4+
name: extensions.gardener.cloud:provider-stackit:pod-identity-webhook
55
rules:
66
- apiGroups: [""]
77
resources: ["serviceaccounts"]
@@ -10,12 +10,12 @@ rules:
1010
apiVersion: rbac.authorization.k8s.io/v1
1111
kind: ClusterRoleBinding
1212
metadata:
13-
name: stackit-pod-identity-webhook-access-binding
13+
name: extensions.gardener.cloud:provider-stackit:pod-identity-webhook
1414
subjects:
1515
- kind: ServiceAccount # from shoot access secret
1616
name: pod-identity-webhook
1717
namespace: kube-system
1818
roleRef:
1919
kind: ClusterRole
20-
name: stackit-pod-identity-webhook-access
20+
name: extensions.gardener.cloud:provider-stackit:pod-identity-webhook
2121
apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)