Skip to content

Commit

Permalink
Proper README (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 authored Mar 5, 2023
1 parent b34176b commit c1c35ef
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Piped deployment on Kubernetes
# Piped-Kubernetes

WORK IN PROGRESS
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/piped-kubernetes)](https://artifacthub.io/packages/search?repo=piped-kubernetes)

This repo will house a Helm chart for Kubernetes deployments.
## 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 is set up properly, add the repo as follows:

```console
helm repo add TeamPiped https://helm.piped.video/
```

You can then run `helm search repo TeamPiped` to see the charts.


## Support

- Bugs or feature requests should be opened in an [issue](https://github.com/TeamPiped/Piped-Kubernetes/issues/new/choose).


## License

[AGPL License](./LICENSE)

0 comments on commit c1c35ef

Please sign in to comment.