Skip to content

Commit

Permalink
added note about no pull secrets needed
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Sanford <[email protected]>
  • Loading branch information
jessesanford committed Jun 17, 2024
1 parent 27b6dc1 commit 370acc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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).
Expand Down

0 comments on commit 370acc7

Please sign in to comment.