From b7ac4fd75d163adc8f1dcc00c6d17ec6b7d01cf9 Mon Sep 17 00:00:00 2001 From: Evan Baker Date: Fri, 29 Mar 2024 10:47:36 -0500 Subject: [PATCH] fix: remove template variable args from oci install instructions (#168) Removes leftover chart args from the Make instructions that shouldn't be in the quickstart OCI instructions. Signed-off-by: Evan Baker --- docs/installation/setup.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/installation/setup.md b/docs/installation/setup.md index b21fee1605..f080f212e0 100644 --- a/docs/installation/setup.md +++ b/docs/installation/setup.md @@ -34,7 +34,6 @@ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \ --set os.windows=true \ --set operator.enabled=true \ --set operator.enableRetinaEndpoint=true \ - --set operator.repository=$(IMAGE_REGISTRY)/$(RETINA_OPERATOR_IMAGE) \ --skip-crds \ --set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" ``` @@ -54,7 +53,6 @@ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \ --set os.windows=true \ --set operator.enabled=true \ --set operator.enableRetinaEndpoint=true \ - --set operator.repository=$(IMAGE_REGISTRY)/$(RETINA_OPERATOR_IMAGE) \ --skip-crds \ --set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" \ --set enablePodLevel=true \ @@ -76,7 +74,6 @@ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \ --set os.windows=true \ --set operator.enabled=true \ --set operator.enableRetinaEndpoint=true \ - --set operator.repository=$(IMAGE_REGISTRY)/$(RETINA_OPERATOR_IMAGE) \ --skip-crds \ --set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" \ --set enablePodLevel=true \