From fe1f109a587ba72a06903f563a8a31ac9f9b90e8 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Thu, 5 Jun 2025 11:45:08 +0100 Subject: [PATCH] DOC-5311 fixed filename in Helm install examples --- .../redis-data-integration/installation/install-k8s.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/integrate/redis-data-integration/installation/install-k8s.md b/content/integrate/redis-data-integration/installation/install-k8s.md index 5570c002b8..f5d523d61c 100644 --- a/content/integrate/redis-data-integration/installation/install-k8s.md +++ b/content/integrate/redis-data-integration/installation/install-k8s.md @@ -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-.tar.gz > rdi-values.yaml + helm show values rdi-.tgz > rdi-values.yaml ``` 1. Open the `rdi-values.yaml` file you just created, change or add the appropriate @@ -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-.tar.gz -f rdi-values.yaml -n rdi --create-namespace + helm upgrade --install rdi rdi-.tgz -f rdi-values.yaml -n rdi --create-namespace ``` {{< note >}}The above command will install RDI in a namespace called