Add yaml for krew installation

This commit is contained in:
Hidetake Iwata
2019-04-05 09:58:47 +09:00
parent 9d2319ee2f
commit 75277378fc
2 changed files with 58 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ run: $(TARGET_PLUGIN)
-PATH=.:$(PATH) kubectl oidc-login --help
dist:
VERSION=$(CIRCLE_TAG) goxzst -d dist/gh/ -o "$(TARGET)" -t "kubelogin.rb" -- -ldflags "$(LDFLAGS)"
VERSION=$(CIRCLE_TAG) goxzst -d dist/gh/ -o "$(TARGET)" -t "kubelogin.rb oidc-login.yaml" -- -ldflags "$(LDFLAGS)"
mv dist/gh/kubelogin.rb dist/
release: dist