Skip to content

Commit

Permalink
examples: Remove ".yaml" suffix from privileges-setuid-root
Browse files Browse the repository at this point in the history
This is a tiny change in the example policy name, because the ".yaml" suffix
looks a bit awkward.

Signed-off-by: Anna Kapuscinska <anna@isovalent.com>
  • Loading branch information
lambdanis committed Mar 15, 2024
1 parent 7ce90bb commit 2f58c96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@
apiVersion: cilium.io/v1alpha1
kind: TracingPolicy
metadata:
name: "privileges-setuid-root.yaml"
name: "privileges-setuid-root"
spec:
kprobes:
- call: "__sys_setuid"
Expand Down

0 comments on commit 2f58c96

Please sign in to comment.