Skip to content

Commit

Permalink
Merge pull request #440 from yue9944882/feat/opt-out-admission
Browse files Browse the repository at this point in the history
Enable admission installation by default on repo-init
  • Loading branch information
k8s-ci-robot committed Nov 13, 2019
2 parents 7bc7887 + cfd2a91 commit 0276ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/apiserver-boot/boot/init_repo/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ import (
"{{.Repo}}/pkg/apis"
"{{.Repo}}/pkg/openapi"
_ "{{.Repo}}/plugin/admission/install"
)
func main() {
Expand Down

0 comments on commit 0276ec0

Please sign in to comment.