Skip to content

Commit

Permalink
remove create
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat committed Mar 23, 2023
1 parent 197d912 commit b132b1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion operator/config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ rules:
resources:
- keptnconfigs
verbs:
- create
- get
- list
- watch
Expand Down
2 changes: 1 addition & 1 deletion operator/controllers/options/keptnconfig_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type KeptnConfigReconciler struct {
LastAppliedSpec *optionsv1alpha1.KeptnConfigSpec
}

// +kubebuilder:rbac:groups=options.keptn.sh,resources=keptnconfigs,verbs=get;list;watch;create
// +kubebuilder:rbac:groups=options.keptn.sh,resources=keptnconfigs,verbs=get;list;watch
// +kubebuilder:rbac:groups=options.keptn.sh,resources=keptnconfigs/status,verbs=get

// Reconcile is part of the main kubernetes reconciliation loop which aims to
Expand Down

0 comments on commit b132b1c

Please sign in to comment.