Skip to content

Commit

Permalink
Kustomize overhaul (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumare3 committed Sep 29, 2020
1 parent c00310c commit d28a67b
Show file tree
Hide file tree
Showing 220 changed files with 4,686 additions and 2,429 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
_build/
_bin/
build/
.vscode/
*.swp
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: kustomize
kustomize:
bash script/kustomize.sh
KUSTOMIZE_VERSION=3.8.2 bash script/generate_kustomize.sh

.PHONY: deploy_sandbox
deploy_sandbox:
Expand Down

0 comments on commit d28a67b

Please sign in to comment.