Skip to content

Commit

Permalink
makefile install
Browse files Browse the repository at this point in the history
  • Loading branch information
matmerr committed Mar 15, 2024
1 parent 47651c9 commit 01713ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ helm-install: manifests
--set logLevel=info \
--set os.windows=true \
--set operator.enabled=false \
--set enabledPlugin_linux="[\"dropreason\"\,\"packetforward\"\,\"linuxutil\"\,\"dns\"]"
--set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\]"

# advanced/pod-level mode with scale limitations, where metrics are aggregated by source and destination Pod
helm-install-advanced-remote-context: manifests
Expand Down Expand Up @@ -454,7 +454,7 @@ helm-install-advanced-local-context: manifests
--set operator.tag=$(RETINA_PLATFORM_TAG) \
--set operator.repository=$(IMAGE_REGISTRY)/$(RETINA_OPERATOR_IMAGE) \
--skip-crds \
--set enabledPlugin_linux="[\"dropreason\",\"packetforward\",\"linuxutil\",\"dns\",\"packetparser\"]" \
--set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" \
--set enablePodLevel=true \
--set enableAnnotations=true \
--set bypassLookupIPOfInterest=false
Expand Down

0 comments on commit 01713ff

Please sign in to comment.