Skip to content

Commit

Permalink
fix manifest sort order (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartnelson3 committed Oct 15, 2021
1 parent cbfe5a7 commit 23084b8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions versions/1/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,6 @@ spec:
- "1.0.0-SNAPSHOT"
- "1.0.0-dev.1"
properties:
elasticsearch:
description: Elasticsearch requirements
type: object
additionalProperties: false
properties:
privileges:
description: Elasticsearch privilege requirements
type: object
additionalProperties: false
properties:
cluster:
# Available cluster privileges are available at https://www.elastic.co/guide/en/elasticsearch/reference/7.x/security-privileges.html#privileges-list-cluster
description: Elasticsearch cluster privilege requirements
type: array
items:
type: string
format_version:
description: The version of the package specification format used by this package.
$ref: "#/definitions/version"
Expand Down Expand Up @@ -289,6 +273,22 @@ spec:
pattern: '^(([a-zA-Z0-9-]+)|([a-zA-Z0-9-]+\/[a-zA-Z0-9-]+))$'
required:
- github
elasticsearch:
description: Elasticsearch requirements
type: object
additionalProperties: false
properties:
privileges:
description: Elasticsearch privilege requirements
type: object
additionalProperties: false
properties:
cluster:
# Available cluster privileges are available at https://www.elastic.co/guide/en/elasticsearch/reference/7.x/security-privileges.html#privileges-list-cluster
description: Elasticsearch cluster privilege requirements
type: array
items:
type: string
required:
- format_version
- name
Expand Down

0 comments on commit 23084b8

Please sign in to comment.