CRD to install a package on the cluster #94
Labels
carvel-accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
Describe the problem/challenge you have
Once the packages are available on a cluster, the package consumers need a way to install a specific version of the package and provide their own configurations.
Describe the solution you'd like
Package consumers should be able to create a kapp-controller InstalledPackage CR to install a package. They need to provide the following information:
Also, once the changes are executed, the consumer should be able to check the status of the installed package.
Note that any dependent packages must be deployed manually by creating individual InstalledPackage CRs.
Anything else you would like to add:
The text was updated successfully, but these errors were encountered: