Skip to content

Commit c7a71bc

Browse files
Revert habana-metrics changes and remove security scans workflow
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
1 parent 489e5b1 commit c7a71bc

2 files changed

Lines changed: 2 additions & 101 deletions

File tree

.github/workflows/code-scans.yaml

Lines changed: 0 additions & 98 deletions
This file was deleted.

core/helm-charts/observability/habana-exporter/habana-metrics.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
operator: "Exists"
2626
effect: "NoSchedule"
2727
# Required for network monitoring
28-
hostNetwork: false
28+
hostNetwork: true
2929
containers:
3030
- name: metric-exporter
3131
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.20.1-97
@@ -34,8 +34,7 @@ spec:
3434
- name: LD_LIBRARY_PATH
3535
value: "/usr/lib/habanalabs"
3636
securityContext:
37-
privileged: false
38-
readOnlyRootFilesystem: true
37+
privileged: true
3938
volumeMounts:
4039
- name: pod-resources
4140
mountPath: /var/lib/kubelet/pod-resources

0 commit comments

Comments
 (0)