Skip to content

Commit

Permalink
fix(bug): Disable telemetry for windows agent in hubble path
Browse files Browse the repository at this point in the history
  • Loading branch information
BeegiiK committed Dec 11, 2024
1 parent 0f1fb94 commit cdd3d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ data:
enabledPlugin: {{ .Values.enabledPlugin_win }}
metricsInterval: {{ .Values.metricsInterval }}
metricsIntervalDuration: {{ .Values.metricsIntervalDuration }}
enableTelemetry: {{ .Values.enableTelemetry }}
enableTelemetry: false
enablePodLevel: false
remoteContext: {{ .Values.remoteContext }}
bypassLookupIPOfInterest: {{ .Values.bypassLookupIPOfInterest }}
Expand Down

0 comments on commit cdd3d61

Please sign in to comment.