Skip to content

Commit 13f7335

Browse files
authored
Merge pull request #273 from gianlucam76/dev
Dev
2 parents 8c8e79d + 79a8900 commit 13f7335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/validate_openapi/example/openapi_policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ components:
6565
properties:
6666
replicas:
6767
type: integer
68-
minimum: 3
68+
minimum: 3

controllers/validate_openapi/name_convention/openapi_policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ components:
5757
properties:
5858
name:
5959
type: string
60-
pattern: '^prod.*'
60+
pattern: '^prod.*'

0 commit comments

Comments
 (0)