Skip to content

Commit bbc3880

Browse files
committed
generated manifests
1 parent 959b55f commit bbc3880

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config/rbac/role.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,12 @@ rules:
104104
- get
105105
- list
106106
- watch
107+
- apiGroups:
108+
- ipam.cluster.x-k8s.io
109+
resources:
110+
- ipaddresses
111+
- ipaddresses/status
112+
verbs:
113+
- get
114+
- list
115+
- watch

controllers/openstackmachine_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const (
7676
// +kubebuilder:rbac:groups=infrastructure.cluster.x-k8s.io,resources=openstackmachines/status,verbs=get;update;patch
7777
// +kubebuilder:rbac:groups=cluster.x-k8s.io,resources=machines;machines/status,verbs=get;list;watch
7878
// +kubebuilder:rbac:groups=ipam.cluster.x-k8s.io,resources=ipaddressclaims;ipaddressclaims/status,verbs=get;list;watch;create;delete
79+
// +kubebuilder:rbac:groups=ipam.cluster.x-k8s.io,resources=ipaddresses;ipaddresses/status,verbs=get;list;watch
7980
// +kubebuilder:rbac:groups="",resources=secrets;,verbs=get;list;watch
8081
// +kubebuilder:rbac:groups="",resources=events,verbs=get;list;watch;create;update;patch
8182

0 commit comments

Comments
 (0)