-
Notifications
You must be signed in to change notification settings - Fork 23
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
deploy/deployment.yaml is missing #58
Comments
Additionally, when trying to deploy the following error occurs,
It seems like the image is not there |
The image is not there because the repository doesn't exist. |
Re: file name: ##59 |
make sure you build the image and push it to your local registry first: |
In the README has the following step:
oc apply -f deploy/deployment.yaml
However, there is no deployment.yaml file. Maybe, this step should be oc apply -f deploy/operator.yaml?
The deployment.yaml deleted by issue#26 so the README need to update.
The text was updated successfully, but these errors were encountered: