-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Improve kustomize deployer #1036
Improve kustomize deployer #1036
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1036 +/- ##
==========================================
+ Coverage 40.13% 40.92% +0.78%
==========================================
Files 70 70
Lines 3077 3079 +2
==========================================
+ Hits 1235 1260 +25
+ Misses 1718 1694 -24
- Partials 124 125 +1
Continue to review full report at Codecov.
|
8f878fe
to
39ac758
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit otherwise LGTM
pkg/skaffold/deploy/kustomize.go
Outdated
ConfigMapGenerator []configMapGenerator `yaml:"configMapGenerator"` | ||
} | ||
|
||
type patcheJSON6902 struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patcheJSON6902
-> patchesJSON6902
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Fixes GoogleContainerTools#1031 Signed-off-by: David Gageot <david@gageot.net>
Fixes GoogleContainerTools#1033 Signed-off-by: David Gageot <david@gageot.net>
Fixes GoogleContainerTools#1034 Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
39ac758
to
e78da12
Compare
Adds unit tests and fixes #1034, #1033 , #1031