Skip to content

Commit

Permalink
Add documentation for secret generation/handling (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored Feb 2, 2024
1 parent 4231e6c commit 60143a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/woodpecker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ helm install woodpecker woodpecker/woodpecker
**Note**: The `woodpecker/woodpecker` chart contains both the server and the agent.
If you want to install only the server or agent you can use the [`woodpecker/server`](./charts/server/README.md) or [`woodpecker/agent`](./charts/server/README.md) charts respectively.

### Secrets

Since version 1.1.0 the chart bootstrap a secret for `WOODPECKER_AGENT_TOKEN` which is required for the communication between agent and server.
You might want to add additional secrets for other sensitive settings like the client secret of your respective forge provider or `WOODPECKER_DATABASE_DATASOURCE`.

If you want to make use of an external secret provider you likely want to disable the internal secret generation entirely by setting `server.secrets: {}`.

### Backend Configuration

The Kubernetes backend configuration is documented in greater detail in the Woodpecker [documentation](https://woodpecker-ci.org/docs/next/administration/backends/kubernetes).
Expand Down

0 comments on commit 60143a4

Please sign in to comment.