Skip to content

Commit

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

0 comments on commit 68e6e5d

Please sign in to comment.