Skip to content

Commit 0c7d646

Browse files
author
Christopher Hein
authored
Merge pull request aws-samples#423 from tim-styra/admission-policy-versions
403-admission-policy kube validation update
2 parents 8ce7f7f + 31735c8 commit 0c7d646

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)