Skip to content

Commit

Permalink
add doc indicating that helm variable names have changed (#1552)
Browse files Browse the repository at this point in the history
* add doc indicating that helm variable names have changed
  • Loading branch information
tzneal authored Mar 21, 2022
1 parent 14d84eb commit e169aa7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/content/en/preview/upgrade-guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@ for a subset of older versions and deprecate the others.

# Released Upgrade Notes

There are no published upgrade notes yet.
## Upgrading to v0.6.2+

If using Helm, the variable names have changed for the cluster's name and endpoint. You may need to update any configuration
that sets the old variable names.

- `controller.clusterName` is now `clusterName`
- `controller.clusterEndpoint` is now `clusterEndpoint`

0 comments on commit e169aa7

Please sign in to comment.