Skip to content

Commit

Permalink
fix: remove template variable args from oci install instructions (#168)
Browse files Browse the repository at this point in the history
Removes leftover chart args from the Make instructions that shouldn't be
in the quickstart OCI instructions.

Signed-off-by: Evan Baker <[email protected]>
  • Loading branch information
rbtr authored Mar 29, 2024
1 parent 5a23927 commit b7ac4fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/installation/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\]"
```
Expand All @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit b7ac4fd

Please sign in to comment.