-
Notifications
You must be signed in to change notification settings - Fork 58
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
Use the correct APIVersion #949
base: main
Are you sure you want to change the base?
Conversation
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.
Seems correct to me based on documentation. Might be that it happens to work currently based on some fallback behavior in Helm or OpenShift, which if true we shouldn't be relying on.
i'm not sure why you got this error message. we are not deploying the template to the cluster as a CR, but only the rendered artifacts from it. the version of the template should not matter at all. oc process --local -f deploy/openshift-templates/arohcp-service-template.yml -p .... | oc apply -f can you elaborate? |
This error occurs when running |
ah i see. i think i've seen a discussion about this on slack. |
Please rebase pull request. |
77a8239
to
7f9c0e5
Compare
I found this when doing something else but I'm a bit confused by it.
no kind "Template" is registered for version "v1" in scheme
when deployingcluster-service
to the service cluster.template.openshift.io/v1
notv1
refI'm assuming this was working for others and there's something wrong but my setup but maybe not?