From 9a595877ce59e15eed46c6021c468591f4327d09 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Singh Date: Thu, 22 Jul 2021 16:10:03 +0530 Subject: [PATCH] docs: update capsule-proxy docs Signed-off-by: Vivek Singh --- docs/proxy/standalone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proxy/standalone.md b/docs/proxy/standalone.md index 61d9e75d..b130dac1 100644 --- a/docs/proxy/standalone.md +++ b/docs/proxy/standalone.md @@ -48,8 +48,8 @@ ingress: paths: [ "/" ] EOF -$ helm install capsule-proxy capsule-proxy \ - --valuecustom-values.yaml \ +$ helm install capsule-proxy clastix/capsule-proxy \ + --values custom-values.yaml \ -n capsule-system ```