Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kustomize overhaul #510

Merged
merged 42 commits into from
Sep 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e4fb918
images centralized
Sep 14, 2020
e16bb7d
Clean up in configuration
Sep 15, 2020
23321c7
Any namespace complete deployment
Sep 15, 2020
8b26231
more components
Sep 15, 2020
2c4a2e0
fixed kustomization
Sep 15, 2020
051cf05
updated
Sep 15, 2020
337573d
updated
Sep 16, 2020
91ad957
Kustomize improvements
Sep 21, 2020
680100a
remove dependencies
Sep 21, 2020
f5ad4b9
improved
Sep 21, 2020
0e39d52
Fixed test / sandbox
Sep 22, 2020
bda997f
remove images
Sep 22, 2020
16abdfb
GCP updated
Sep 22, 2020
f9fc08a
README.md
Sep 22, 2020
0e040ba
GCP & test done
Sep 23, 2020
0b8daef
More changes
Sep 23, 2020
751489e
Remove old EKS
Sep 23, 2020
c25781e
More refactoring
Sep 23, 2020
0a0467c
wip
Sep 23, 2020
d8bd19f
added workflow to generate
Sep 23, 2020
3465326
Fixed workflow name
Sep 23, 2020
a3575c5
update makefile
Sep 23, 2020
91163a3
format
Sep 23, 2020
194ab75
Update ci.yml
kumare3 Sep 23, 2020
54c1a7e
command
Sep 23, 2020
1a736c9
script updated
Sep 23, 2020
ab38fa1
remove kustomize check
Sep 23, 2020
f5bf26a
Generate kustomize
Sep 23, 2020
f469a43
Update kustomize
Sep 23, 2020
c1a9ea2
updated
Sep 24, 2020
ee1809b
Improved README
Sep 24, 2020
720081a
update script
Sep 24, 2020
75c15b6
Merge branch 'master' into kustomize-improvements
Sep 24, 2020
22b13e5
update test images
Sep 24, 2020
cbdc9f6
updated
Sep 24, 2020
c8f6ffe
try again
Sep 24, 2020
69b9bd4
removed wrong tags
Sep 24, 2020
6dc60da
version of kustomize pinned
Sep 25, 2020
0fecda3
Everything gets deployed to flyte namespace
Sep 25, 2020
be49efc
Configuration
Sep 25, 2020
141f94c
Updated
Sep 25, 2020
b0504d7
updated gcp and eks
Sep 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading