Skip to content

Commit

Permalink
controller - namespaces not namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Jan 9, 2025
1 parent 509376f commit 48c9fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/patcher_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type PatcherReconciler struct {
// +kubebuilder:rbac:groups=namespace-secrets-patcher.infrabits.nl,resources=patchers,verbs=get;list;watch;create;update;patch;delete
// +kubebuilder:rbac:groups=namespace-secrets-patcher.infrabits.nl,resources=patchers/status,verbs=get;update;patch
// +kubebuilder:rbac:groups=namespace-secrets-patcher.infrabits.nl,resources=patchers/finalizers,verbs=update
// +kubebuilder:rbac:groups=namespace-secrets-patcher.infrabits.nl,resources=namespace,verbs=get;list;watch
// +kubebuilder:rbac:groups=namespace-secrets-patcher.infrabits.nl,resources=namespaces,verbs=get;list;watch
// +kubebuilder:rbac:groups=namespace-secrets-patcher.infrabits.nl,resources=secret,verbs=get;create;update;watch

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

0 comments on commit 48c9fce

Please sign in to comment.