mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-21 07:01:47 +00:00
Update sealed-secrets chart URL
Signed-off-by: Guillaume Le Biller <glebiller@Traveldoo.com>
This commit is contained in:
parent
9da427a515
commit
dd2c20b225
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue