Skip to content

Commit

Permalink
fix: update outdated quickstart policy in readme (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry authored Dec 30, 2023
1 parent 7e40bd2 commit 63c24c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ spec:
any:
- apiVersion: v1
kind: Pod
validate:
message: Pod `{{ metadata.name }}` uses an image with tag `latest`
assert:
all:
- spec:
assert:
all:
- message: Pod `{{ metadata.name }}` uses an image with tag `latest`
check:
spec:
# Iterate over pod containers
# Note the `~.` modifier, it means we want to iterate over array elements in descendants
~.containers:
Expand Down

0 comments on commit 63c24c9

Please sign in to comment.