Skip to content

Commit 719f66d

Browse files
littlejomtardy
authored andcommitted
fix(docs): correct apiVersion and kind casing in TracingPolicy examples
Signed-off-by: Joseph Ligier <[email protected]>
1 parent 8a341d0 commit 719f66d

File tree

1 file changed

+4
-4
lines changed
  • docs/content/en/docs/concepts/tracing-policy

1 file changed

+4
-4
lines changed

docs/content/en/docs/concepts/tracing-policy/hooks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ which defines `sched:sched_process_exec` tracepoint with arguments.
179179

180180
Raw tracepoints are configured by setting with `raw` spec tag.
181181
```yaml
182-
apiversion: cilium.io/v1alpha1
183-
kind: tracingpolicy
182+
apiVersion: cilium.io/v1alpha1
183+
kind: TracingPolicy
184184
metadata:
185185
name: "rawtp"
186186
spec:
@@ -195,8 +195,8 @@ directly.
195195
196196
Following example stores 3rd argument:
197197
```yaml
198-
apiversion: cilium.io/v1alpha1
199-
kind: tracingpolicy
198+
apiVersion: cilium.io/v1alpha1
199+
kind: TracingPolicy
200200
metadata:
201201
name: "rawtp"
202202
spec:

0 commit comments

Comments
 (0)