Skip to content

Commit

Permalink
Fix template syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasovskib committed Apr 23, 2024
1 parent 249d874 commit 7957fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gpu-metrics-exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
ignore-check.kube-linter.io/privileged-container: "This daemon set needs to run DCGM Exporter as privileged to access the GPU metrics."
ignore-check.kube-linter.io/run-as-non-root: "This daemon set needs to run DCGM Exporter as root to access the GPU metrics."
ignore-check.kube-linter.io/privilege-escalation-container: "This daemon set needs escalate privileges for DCGM Exporter to access the GPU metrics."
{{-end }}
{{- end }}
spec:
selector:
matchLabels:
Expand Down

0 comments on commit 7957fcf

Please sign in to comment.