diff --git a/README.md b/README.md index e8bdc0a9..d87c627d 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,8 @@ spec: imagePullPolicy: IfNotPresent ... - +### No Pull Secret Needed +Our gitea instance allows for anonymous read access. This means that you can pull git repo contents and container images without the need to login. ### Only Works With Subdomain based Idpbuilder installations Right now because of the way the OCI registry specifications discovers information about a repo, this will only work with subdomain `gitea.cnoe.localtest.me` @@ -343,7 +344,6 @@ So we use containerd to rewrite those image names so that they can be referenced See `./pkg/kind/resources/kind.yaml.tmpl` for how this is done. - ## Contributing If you'd like to contribute to the project or know the architecture and internals of this project, check out the [contribution doc](./CONTRIBUTING.md).