-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fixed issue with oc process command and Added KIP_IMAGE parameter to configmap.yaml #173
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.
@dkwon17 could you please take a look
Thank you @Sachin-Itagi I believe we can merge after a new line is added at the end of |
15de36c
to
e1335f8
Compare
deploy/openshift/configmap.yaml
Outdated
@@ -48,3 +49,6 @@ parameters: | |||
value: "" | |||
- name: AFFINITY | |||
value: "{}" | |||
- name: KIP_IMAGE | |||
value: quay.io/eclipse/kubernetes-image-puller:next | |||
|
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.
@Sachin-Itagi this extra line should be removed for template sanity e.g. there should be no red marks on the PR files
e1335f8
to
ed64d53
Compare
Related Issue: https://issues.redhat.com/browse/CRW-5768
The commit modifies the apiVersion to fix the issue with the oc process command.
Also Added the KIP_IMAGE parameter that is missing in the configmap.yaml file.