Skip to content

Commit

Permalink
build.sh: disable kustomize
Browse files Browse the repository at this point in the history
Switched to chart, this doesn't work anymore

Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
  • Loading branch information
qlyoung committed Aug 27, 2020
1 parent 7e8ca67 commit d471c36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build_tag_push "lagopus-server"
build_tag_push "lagopus-scanner"
build_tag_push "lagopus-db"

rm lagopus.yaml
{
kubectl kustomize k8s/dev/
} >> $WD/lagopus.yaml
# rm lagopus.yaml
# {
# kubectl kustomize k8s/dev/
# } >> $WD/lagopus.yaml

0 comments on commit d471c36

Please sign in to comment.