stacks/basic/README.md
Manabu McCloskey 388a1b5b4f
copy from idpbuilder example dir (#3)
Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
2024-06-04 14:43:36 -07:00

18 lines
632 B
Markdown

## Basic Example
This directory contains basic examples of using the custom package feature.
### Local manifests
The [package1 directory](./package1) is an example of a custom package that you have developed locally, and you want test.
This configuration instructs idpbuilder to:
1. Create a Gitea repository.
2. Sync the contents of the [manifests](./package1/manifests) directory to the repository.
3. Replace the `spec.Source(s).repoURL` field with the Gitea repository URL.
### Remote manifests
The [package2 directory](./package2) is an example for packages available remotely. This is applied directly to the cluster.