Skip to content

Commit

Permalink
ci(tmp): test running generate action
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Jan 18, 2024
1 parent c0a6d0e commit 55766dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:
jobs:
generate:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion controllers/clickhouse_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ClickhouseReconciler struct {
//+kubebuilder:rbac:groups=aiven.io,resources=clickhouses/finalizers,verbs=get;list;watch;create;update;patch;delete

func (r *ClickhouseReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
return r.reconcileInstance(ctx, req, newGenericServiceHandler(newClickhouseAdapter), &v1alpha1.Clickhouse{})
return r.reconcileInstance(ctx, req, newGenericServiceHandler(newClickhouseAdapter), &v1alpha1.Clickhouse{})
}

// SetupWithManager sets up the controller with the Manager.
Expand Down

0 comments on commit 55766dd

Please sign in to comment.