Skip to content

Commit

Permalink
note about this only working with domain based idpbuidler installations
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Sanford <[email protected]>
  • Loading branch information
jessesanford committed Jun 14, 2024
1 parent bc796af commit d159913
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@ with-app-fix2: digest: sha256:50dc814b89e22988a69ac23aa7158daa834ab450b38b299e7f
```bash
./idpbuilder get secrets -p gitea
```
### Only Works With Subdomain based Idpbuilder installations
Right now because of the way the OCI registy specifications discovers information about a repo, this will only work with subdomain `gitea.cnoe.localtest.me`

Check failure on line 246 in README.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

registy ==> registry
based installations of idpbuilder's core capabilities.

If you would like to use path based routing, you will have to install and manage your own OCI registry at this time.
Other registries might be able to handle this better, however which registries and how to configure them is beyond the scope of this readme.

### Pulling images internal to cluster:

Expand Down

0 comments on commit d159913

Please sign in to comment.