-
Notifications
You must be signed in to change notification settings - Fork 29
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
docs for deploy to OpenShift #355
Conversation
``` | ||
vi /etc/docker/certs.d/default-route-openshift-image-registry.apps-crc.testing/ca.crt | ||
``` | ||
- Insert the copied certificate using `i` to get into insert mode and then paste the copied certificate and then press `esc` then `:wq` `<enter>` to save the file |
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.
esc -> Esc
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 cannot merge this into the deployment doc, as the current doc is already in need of splitting up.
I'd also question whether this is more of a tutorial?
I'll raise an issue now to work on splitting out deployment referencing this PR and issue.
I wasn't sure where this fit either. I think we have a "Tekton Example" so maybe this is more of an "Example"? But it is a deployment environment so it does seem to fit in with the other deployment stuff. |
Closing this for now and this PR contains a lot of non-Appsody specific documentation. We will include the relevant parts of this PR in the fix for #359 |
Reopening in hopes to verify and simplify this PR |
Closing as no longer relevant. Other changes have been made to build/deploy/ and reference sections that cover this. |
Checklist
Description
Documentation for
appsody deploy
to local OpenShift environmentRelated Issues
fixes #354