-
Notifications
You must be signed in to change notification settings - Fork 213
K8s: helm upgrade changes #1640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
2. Install the Helm chart, overriding specific value defaults using `--set`. | ||
|
||
```sh | ||
helm install <operator-name> redis/redis-enterprise-operator \ | ||
helm install <operator-name> <repo-name>/redis-enterprise-operator \ | ||
--version <release-name> \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not related to the change, but should be chart-version instead of release-name here.
|
||
2. Create a YAML file to specify the values you want to configure. | ||
|
||
3. Install the chart with the `--values` option. | ||
|
||
```sh | ||
helm install <operator-name> redis/redis-enterprise-operator \ | ||
helm install <operator-name> <repo-name>/redis-enterprise-operator \ | ||
--version <release-name> \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similarly here
DOC-4924
DOC-5314