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

feat: parameterization #8365

Merged
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
537112e
chore: rebase and resolve confilicts
ericzzzzzzz Jan 19, 2023
68328fe
..
ericzzzzzzz Jan 19, 2023
897bf4e
..
ericzzzzzzz Jan 19, 2023
f1ebd74
chore: fix flag
ericzzzzzzz Jan 23, 2023
e87a6d3
base impl for mirroring
ericzzzzzzz Jan 25, 2023
533c210
...
ericzzzzzzz Jan 25, 2023
08c189b
...
ericzzzzzzz Jan 25, 2023
b268e6e
get set working
ericzzzzzzz Jan 26, 2023
76699e0
support kubectl parameterization
ericzzzzzzz Jan 26, 2023
b22ba24
parameterization for helm
ericzzzzzzz Jan 26, 2023
e800e1c
chore: initialize kube render when remote manifest is set
ericzzzzzzz Jan 26, 2023
c49eb54
fix directory issue
ericzzzzzzz Jan 26, 2023
1eacc39
fix mirror path issue
ericzzzzzzz Jan 26, 2023
42a564f
..
ericzzzzzzz Jan 27, 2023
750724d
...
ericzzzzzzz Jan 29, 2023
3c27f1e
get kpt working
ericzzzzzzz Jan 29, 2023
1c2bb62
ref
ericzzzzzzz Jan 30, 2023
295c87b
refactor kustomize
ericzzzzzzz Jan 31, 2023
641b0af
...
ericzzzzzzz Jan 31, 2023
e16cca0
refoctor
ericzzzzzzz Feb 1, 2023
19abb6c
use kustomization struct from the lib
ericzzzzzzz Feb 2, 2023
d39f184
..
ericzzzzzzz Feb 2, 2023
4927697
chore: fix linters
ericzzzzzzz Feb 2, 2023
0999854
chore: fix linter issues and one integration tests
ericzzzzzzz Feb 2, 2023
ded3bbb
linters
ericzzzzzzz Feb 3, 2023
4176811
fix tests
ericzzzzzzz Feb 3, 2023
072be1a
fix tests
ericzzzzzzz Feb 3, 2023
a7689b4
boilerplate
ericzzzzzzz Feb 3, 2023
004f54d
add manual for --set
ericzzzzzzz Feb 3, 2023
2721c1b
add kpt-render example in integration
ericzzzzzzz Feb 3, 2023
7491924
delete kpt-render example
ericzzzzzzz Feb 3, 2023
4edd032
chore: add test
ericzzzzzzz Feb 6, 2023
dace22c
chore: nit
ericzzzzzzz Feb 6, 2023
43ac3a7
linters
ericzzzzzzz Feb 6, 2023
5c86c8e
linters
ericzzzzzzz Feb 6, 2023
99524d1
chore: upgrade kpt version
ericzzzzzzz Feb 6, 2023
5abda44
test
ericzzzzzzz Feb 6, 2023
0d80efb
linters
ericzzzzzzz Feb 6, 2023
7d5803e
chore: revert example change
ericzzzzzzz Feb 6, 2023
386fd54
chore: remove unnecessary tests
ericzzzzzzz Feb 8, 2023
ced8397
chore: nit
ericzzzzzzz Feb 8, 2023
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
Prev Previous commit
Next Next commit
boilerplate
ericzzzzzzz committed Feb 3, 2023
commit a7689b496102fbce1cddfa0405269b5c82011143
2 changes: 1 addition & 1 deletion pkg/skaffold/render/renderer/kustomize/fs.go
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,