-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fixes #243 - Add initial kustomize templates for this project #244
base: main
Are you sure you want to change the base?
Conversation
Updating some hostnames Switching secrets to secret
@@ -0,0 +1,11 @@ | |||
- op: replace | |||
path: /spec/template/spec/containers/0/image | |||
value: docker-registry.default.svc:5000/canvas-app-explorer-test/canvas-app-explorer:latest |
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.
Would be nice to parameterize this if we plan to run this on all releases.
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.
Or maybe it makes more sense to just update the value with the release tag on each release. I'm not sure.
@@ -0,0 +1,11 @@ | |||
- op: replace | |||
path: /spec/template/spec/containers/0/image | |||
value: docker-registry.default.svc:5000/canvas-app-explorer-test/canvas-app-explorer:latest |
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.
Or maybe it makes more sense to just update the value with the release tag on each release. I'm not sure.
bases: | ||
- ../../base |
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.
I'm not exactly sure how this would be done (since I don't know the kustomize YAML syntax well), but we probably want to omit the build config inherited from base in this overlay.
# OpenShift configuration with Kustomize | ||
|
||
Resource configuration and secret consumption for OpenShift projects are managed | ||
using [`kustomize`](https://kubectl.docs.kubernetes.io/guides/introduction/kustomize/). |
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.
We could link to this file from the main README
.
Co-authored-by: Sam Sciolla <[email protected]>
Co-authored-by: Sam Sciolla <[email protected]>
This is still a draft. A few things I'd like to figure out