Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ To pull images from a private image registry, you must provide the image pull se
`rdi-values.yaml` file:

```bash
helm show values rdi-<tag>.tar.gz > rdi-values.yaml
helm show values rdi-<tag>.tgz > rdi-values.yaml
```

1. Open the `rdi-values.yaml` file you just created, change or add the appropriate
Expand All @@ -144,7 +144,7 @@ To pull images from a private image registry, you must provide the image pull se
1. Run the `helm upgrade --install` command:

```bash
helm upgrade --install rdi rdi-<tag>.tar.gz -f rdi-values.yaml -n rdi --create-namespace
helm upgrade --install rdi rdi-<tag>.tgz -f rdi-values.yaml -n rdi --create-namespace
```

{{< note >}}The above command will install RDI in a namespace called
Expand Down