doc(README): customization
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ac72d688ea
commit
c93bc34fc7
21
README.md
21
README.md
@ -4,12 +4,11 @@
|
|||||||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/volker-raschek)](https://artifacthub.io/packages/search?repo=volker-raschek)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/volker-raschek)](https://artifacthub.io/packages/search?repo=volker-raschek)
|
||||||
|
|
||||||
This is an inofficial helm chart for [drone](https://github.com/drone/drone) and
|
This is an inofficial helm chart for [drone](https://github.com/drone/drone) and
|
||||||
should replace the official unmainted helm chart
|
was created because the official helmet chart was not maintained for a long
|
||||||
[repository](https://github.com/drone/charts). The official does not support
|
time - [Issue](https://github.com/drone/charts/issues/46).
|
||||||
version `v2` of drone.
|
|
||||||
|
|
||||||
This helm chart can be found on [artifacthub.io](https://artifacthub.io/) and
|
This helm chart is maintained by contributors and myself. It is listed on
|
||||||
can be installed via helm.
|
[artifacthub.io](https://artifacthub.io/) and can be installed via helm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
|
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
|
||||||
@ -20,7 +19,17 @@ helm install drone volker.raschek/drone
|
|||||||
|
|
||||||
All [configuration options](https://docs.drone.io/server/reference/) can be
|
All [configuration options](https://docs.drone.io/server/reference/) can be
|
||||||
defined in the `values.yml` file below the `config` section. Alternatively can
|
defined in the `values.yml` file below the `config` section. Alternatively can
|
||||||
be the options passed via the `--set` flag of the `helm install` command.
|
be the options passed via the `--set` flag of the `helm install` command. For
|
||||||
|
example:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
helm install drone volker.raschek/drone \
|
||||||
|
--set config.DRONE_RPC_SECRET-${DRONE_RPC_SECRET} \
|
||||||
|
--set config.DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} \
|
||||||
|
--set config.DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET}
|
||||||
|
```
|
||||||
|
|
||||||
|
### List of config options
|
||||||
|
|
||||||
| value | reference |
|
| value | reference |
|
||||||
| ------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
| ------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||||
|
Loading…
Reference in New Issue
Block a user