From bb958f0e9b46ef2de3e8ddb8f8f3a5429fea36f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Ga=C3=A1l?= Date: Thu, 21 Jul 2022 12:20:12 +0200 Subject: [PATCH] Fix the indentation issues in example --- docs/spec/v1beta1/imagepolicies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/v1beta1/imagepolicies.md b/docs/spec/v1beta1/imagepolicies.md index f36c426f..abede60f 100644 --- a/docs/spec/v1beta1/imagepolicies.md +++ b/docs/spec/v1beta1/imagepolicies.md @@ -154,7 +154,7 @@ spec: pattern: '^main-[a-fA-F0-9]+-(?P.*)' extract: '$ts' policy: - numerical: + numerical: order: asc ``` @@ -199,7 +199,7 @@ Select the latest release candidate (semver): kind: ImagePolicy spec: filterTags: - pattern: '.*-rc.*' + pattern: '.*-rc.*' policy: semver: range: '^1.x-0'