Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato committed Nov 23, 2023
1 parent 15e9a20 commit 63a0ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .upgrade-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ make undeploy
kubectl delete -f https://github.com/cert-manager/cert-manager/releases/download/$CERT_MANAGER_VERSION/cert-manager.yaml

git add .
golangci-lint run ./... --fix
pre-commit run -a || true
git add . && git commit -am "[API] Implement validating admission webhook"

Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/password_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package v1alpha1

import (
"errors"

"k8s.io/apimachinery/pkg/runtime"
ctrl "sigs.k8s.io/controller-runtime"
logf "sigs.k8s.io/controller-runtime/pkg/log"
Expand Down

0 comments on commit 63a0ea0

Please sign in to comment.