Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimbolus/k8up-crds
https://github.com/nimbolus/k8up-crds
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nimbolus/k8up-crds
- Owner: nimbolus
- License: apache-2.0
- Created: 2022-04-28T22:56:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T13:26:58.000Z (about 2 years ago)
- Last Synced: 2023-03-06T08:31:52.762Z (almost 2 years ago)
- Language: Makefile
- Homepage: https://nimbolus.github.io/k8up-crds/
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8up-crds
This chart publishes the corresponding CRDs for the k8up chart (https://github.com/appuio/charts/tree/master/appuio/k8up).
The CRDs are identified based on the `appVersion` and fetched from https://github.com/k8up-io/k8up/releases.## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.Once Helm has been set up correctly, add the repo as follows:
helm repo add k8up-crds https://nimbolus.github.io/k8up-crds
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the package.To install the k8up-crds chart:
helm install k8up-crds k8up-crds/k8up-crds
To uninstall the chart:
helm delete k8up-crds