Skip to content

Commit

Permalink
fix(bug): Fix RBAC issue with metrics configuration when operator is …
Browse files Browse the repository at this point in the history
…enabled
  • Loading branch information
BeegiiK committed Dec 16, 2024
1 parent 1e70945 commit 567e74e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ data:
metricsInterval: {{ .Values.metricsInterval }}
metricsIntervalDuration: {{ .Values.metricsIntervalDuration }}
enableTelemetry: {{ .Values.enableTelemetry }}
enablePodLevel: {{ .Values.enablePodLevel }}
enablePodLevel: false
remoteContext: {{ .Values.remoteContext }}
bypassLookupIPOfInterest: {{ .Values.bypassLookupIPOfInterest }}
{{- end}}
Expand Down

0 comments on commit 567e74e

Please sign in to comment.