Skip to content

Commit 143aa6a

Browse files
DOC-4561 added further fixes suggested by Yaron
1 parent 29301ce commit 143aa6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To pull images from a local registry, you must provide the image pull secret and
9494
1. Decompress the tar file:
9595
9696
```bash
97-
tar -xvf rdi-k8s-<rdi-tag>.tar.gz
97+
tar -xvf rdi-<rdi-tag>.tar.gz
9898
```
9999

100100
1. Open the `values.yaml` file and set the appropriate values for your installation
@@ -153,7 +153,7 @@ global:
153153
154154
image:
155155
# Overrides the image tag for all RDI components.
156-
tag: 0.0.0
156+
# tag: 0.0.0
157157
158158
# If using a private repository, update the default values accordingly.
159159
# Docker registry.

0 commit comments

Comments
 (0)