From a427772f9c5868a6d535ff7b24f166e292a3495b Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 1 Feb 2022 20:02:59 +0100 Subject: [PATCH] doc(README): typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52364fb..dda56a7 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ can be installed via helm. ```bash helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek -helm install drone volker.raschek/renovate +helm install renovate volker.raschek/renovate ``` ## Customization All [configuration -options](https://docs.drone.io/runner/kubernetes/configuration/reference/) can +options](https://docs.renovatebot.com/self-hosted-configuration/) can be 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.