Skip to content

Commit

Permalink
feat: grant ebpf k8s collector job watching permission.
Browse files Browse the repository at this point in the history
Signed-off-by: Yang, Robin <[email protected]>
  • Loading branch information
Yang, Robin authored and Yang, Robin committed Sep 23, 2024
1 parent fbe0d62 commit ac63121
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/opentelemetry-ebpf/ci/enabled-log-debug-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ log:
debug:
enabled: true
storeMinidump: true
sendUnplannedExitMetric: true
sendUnplannedExitMetric: false
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
- name: "EBPF_NET_CRASH_METRIC_HOST"
value: {{ .Values.endpoint.address }}
- name: "EBPF_NET_CRASH_METRIC_PORT"
value: {{ .Values.endpoint.port | quote }}
value: {{ .Values.endpoint.port }}
{{- end }}
{{- if .Values.k8sCollector.relay.env }}
{{ toYaml .Values.k8sCollector.relay.env | indent 10 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
- name: "EBPF_NET_CRASH_METRIC_HOST"
value: {{ .Values.endpoint.address }}
- name: "EBPF_NET_CRASH_METRIC_PORT"
value: {{ .Values.endpoint.port | quote }}
value: {{ .Values.endpoint.port }}
{{- end }}
{{- if .Values.kernelCollector.env }}
{{ toYaml .Values.kernelCollector.env | indent 12 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- name: "EBPF_NET_CRASH_METRIC_HOST"
value: {{ .Values.endpoint.address }}
- name: "EBPF_NET_CRASH_METRIC_PORT"
value: {{ .Values.endpoint.port | quote }}
value: {{ .Values.endpoint.port }}
{{- end }}
{{- end }}
ports:
Expand Down

0 comments on commit ac63121

Please sign in to comment.