-
Notifications
You must be signed in to change notification settings - Fork 124
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: add a kustomize base to the repository #144
Conversation
40c08d9
to
aa55f17
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
==========================================
- Coverage 95.11% 93.37% -1.75%
==========================================
Files 9 12 +3
Lines 2171 2280 +109
==========================================
+ Hits 2065 2129 +64
- Misses 72 105 +33
- Partials 34 46 +12 |
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.
Oh this is a cool idea, thanks! Would you mind adding a brief note to the main README (maybe after the Docker section) pointing to this?
Gonna close this for now. @james-callahan please feel free to reopen when you have the bandwidth to finish it! |
@mccutchen I can't reopen myself. Aside from the minor typo above, isn't this mergable event without a note in the main readme? |
Yes, it's mergeable as-is, but I'd prefer to merge it with a reference in the README. If you're not interested in adding that yourself, let me know and I can take care of it. Also, to get CI checks to pass, I think this will also require merging in or rebasing on main. |
aa55f17
to
60dfafd
Compare
@mccutchen I have rebased and added the requested note in the main readme. |
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.
Thanks for the contribution!
Adds a kustomize application that stands up a running instance of go-httpbin in a Kubernetes cluster.
This is useful to reference as a remote kustomization via your own kustomization, or can be used as:
kustomize build github.com/mccutchen/go-httpbin/kustomize | kubectl apply -f -
or even as:
kubectl apply -k github.com/mccutchen/go-httpbin/kustomize