Merge pull request #687 from Kissy/main

docs: update sealed-secrets chart URL
pull/694/head
Hidde Beydals 4 years ago committed by GitHub
commit 57f8cf85ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,9 +34,9 @@ the sealed-secrets controller from its [Helm chart](https://hub.kubeapps.com/cha
First you have to register the Helm repository where the sealed-secrets chart is published: First you have to register the Helm repository where the sealed-secrets chart is published:
```sh ```sh
flux create source helm stable \ flux create source helm sealed-secrets \
--interval=1h \ --interval=1h \
--url=https://charts.helm.sh/stable --url=https://bitnami-labs.github.io/sealed-secrets
``` ```
With `interval` we configure [source-controller](../components/source/controller.md) to download With `interval` we configure [source-controller](../components/source/controller.md) to download
@ -50,7 +50,7 @@ flux create helmrelease sealed-secrets \
--interval=1h \ --interval=1h \
--release-name=sealed-secrets \ --release-name=sealed-secrets \
--target-namespace=flux-system \ --target-namespace=flux-system \
--source=HelmRepository/stable \ --source=HelmRepository/sealed-secrets \
--chart=sealed-secrets \ --chart=sealed-secrets \
--chart-version="1.10.x" --chart-version="1.10.x"
``` ```

Loading…
Cancel
Save