Skip to content

Commit 31735c8

Browse files
403-admission-policy kube validation update
Ensure pod descriptions pass kube validation
1 parent 8ce7f7f commit 31735c8

File tree

1 file changed

+2
-2
lines changed
  • 04-path-security-and-networking/403-admission-policy

1 file changed

+2
-2
lines changed

04-path-security-and-networking/403-admission-policy/readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ To verify that your policy is working, create separate test pods.
321321

322322
```yaml
323323
kind: Pod
324-
version: v1
324+
apiVersion: v1
325325
metadata:
326326
name: nginx
327327
labels:
@@ -340,7 +340,7 @@ controller in action, you can leave it with the fake ID.
340340

341341
```yaml
342342
kind: Pod
343-
version: v1
343+
apiVersion: v1
344344
metadata:
345345
name: amazon-linux-pod
346346
labels:

0 commit comments

Comments
 (0)