Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 17 additions & 10 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ rules:
- namespaces
verbs:
- list
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand All @@ -33,6 +41,14 @@ rules:
- patch
- update
- watch
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- get
- list
- watch
- apiGroups:
- authentication.k8s.io
resources:
Expand All @@ -48,8 +64,7 @@ rules:
- apiGroups:
- bootstrap.cluster.x-k8s.io
resources:
- kubeadmconfigs
- kubeadmconfigs/status
- '*'
verbs:
- get
- list
Expand Down Expand Up @@ -128,14 +143,6 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- infrastructure.cluster.x-k8s.io
resources:
Expand Down
8 changes: 1 addition & 7 deletions spectro/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namePrefix: capz-

resources:
- ../../config/manager
- ../../config/rbac



Expand All @@ -16,13 +17,6 @@ labels:
pairs:
cluster.x-k8s.io/provider: infrastructure-azure
patches:
- path: patch_service_account.yaml
target:
group: apps
kind: Deployment
name: controller-manager
namespace: system
version: v1
- path: patch_healthcheck.yaml
target:
group: apps
Expand Down
2 changes: 0 additions & 2 deletions spectro/base/patch_service_account.yaml

This file was deleted.

Loading
Loading