Skip to content

Commit

Permalink
Fix the indentation issues in example
Browse files Browse the repository at this point in the history
Signed-off-by: George Gaál <gb12335@gmail.com>
  • Loading branch information
gecube committed Jul 21, 2022
1 parent 9069aaa commit 5ce59a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec/v1beta1/imagepolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
pattern: '^main-[a-fA-F0-9]+-(?P<ts>.*)'
extract: '$ts'
policy:
numerical:
numerical:
order: asc
```
Expand Down Expand Up @@ -199,7 +199,7 @@ Select the latest release candidate (semver):
kind: ImagePolicy
spec:
filterTags:
pattern: '.*-rc.*'
pattern: '.*-rc.*'
policy:
semver:
range: '^1.x-0'
Expand Down

0 comments on commit 5ce59a5

Please sign in to comment.