remove outdated warning.
This commit is contained in:
parent
92d09a3e92
commit
089c158084
|
|
@ -192,7 +192,7 @@ The `helmfile sync` sub-command sync your cluster state as described in your `he
|
||||||
Under the covers, Helmfile executes `helm upgrade --install` for each `release` declared in the manifest, by optionally decrypting [secrets](#secrets) to be consumed as helm chart values. It also updates specified chart repositories and updates the
|
Under the covers, Helmfile executes `helm upgrade --install` for each `release` declared in the manifest, by optionally decrypting [secrets](#secrets) to be consumed as helm chart values. It also updates specified chart repositories and updates the
|
||||||
dependencies of any referenced local charts.
|
dependencies of any referenced local charts.
|
||||||
|
|
||||||
For Helm 2.9+ you can use a username and password to authenticate to a remote repository. WARNING - repository password will be exposed unmasked in console using literal value or environment variable.
|
For Helm 2.9+ you can use a username and password to authenticate to a remote repository.
|
||||||
|
|
||||||
### diff
|
### diff
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue