nginxinc/nginx-ingress-helm-operator

scc.yaml file is missing. Recieve a 404

mdditt2000 opened this issue · 1 comments

Enviroment: OpenShift 4.11

[root@ocp-installer crd-resource]# oc apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-operator-helm/v1.2.0/resources/scc.yaml
error: unable to read URL "https://raw.githubusercontent.com/nginxinc/nginx-ingress-operator-helm/v1.2.0/resources/scc.yaml", server reported 404 Not Found, status code=404
[root@ocp-installer crd-resource]# oc apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-operator-helm/v1.2.0/resources/scc.yaml

error: unable to read URL "https://raw.githubusercontent.com/nginxinc/nginx-ingress-operator-helm/v1.2.0/resources/scc.yaml", server reported 404 Not Found, status code=404

Hi @mdditt2000

looks like the link in the README is wrong, it should be https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v1.2.0/resources/scc.yaml, opening a PR to fix it now, thanks!