Skip to content

Commit b96aeb4

Browse files
authored
fix: remove template variable args from oci install instructions
Signed-off-by: Evan Baker <[email protected]>
1 parent 13261f3 commit b96aeb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/installation/setup.md

-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \
3434
--set os.windows=true \
3535
--set operator.enabled=true \
3636
--set operator.enableRetinaEndpoint=true \
37-
--set operator.repository=$(IMAGE_REGISTRY)/$(RETINA_OPERATOR_IMAGE) \
3837
--skip-crds \
3938
--set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]"
4039
```
@@ -54,7 +53,6 @@ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \
5453
--set os.windows=true \
5554
--set operator.enabled=true \
5655
--set operator.enableRetinaEndpoint=true \
57-
--set operator.repository=$(IMAGE_REGISTRY)/$(RETINA_OPERATOR_IMAGE) \
5856
--skip-crds \
5957
--set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" \
6058
--set enablePodLevel=true \
@@ -76,7 +74,6 @@ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \
7674
--set os.windows=true \
7775
--set operator.enabled=true \
7876
--set operator.enableRetinaEndpoint=true \
79-
--set operator.repository=$(IMAGE_REGISTRY)/$(RETINA_OPERATOR_IMAGE) \
8077
--skip-crds \
8178
--set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" \
8279
--set enablePodLevel=true \

0 commit comments

Comments
 (0)