diff --git a/website/docs/quick-start.md b/website/docs/quick-start.md index 40226a3e..6d2ded44 100644 --- a/website/docs/quick-start.md +++ b/website/docs/quick-start.md @@ -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: