Fix kustomize install command

This commit is contained in:
Moto Ishizawa
2020-02-03 12:06:34 +09:00
parent 80ebb57a81
commit c2e6438483
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ docker-push:
docker push ${NAME}:${VERSION}
# Generate the release manifest file
release: test
release: manifests
mkdir -p release
kustomize build config/default > release/actions-runner-controller.yaml