Skip to content

Commit

Permalink
stab 2 at silencing warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Apr 23, 2024
1 parent 68e6e5d commit 3c30884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/deployment.yaml.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ kind: DaemonSet
metadata:
name: {{ .Name }}
annotations:
ignore-check.kube-linter.io/privileged: "Needs access to CRI socket."
ignore-check.kube-linter.io/privilege-escalation-container: "Needs access to CRI socket."
ignore-check.kube-linter.io/privileged-container: "Needs access to CRI socket."
spec:
selector:
matchLabels:
Expand Down

0 comments on commit 3c30884

Please sign in to comment.