-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from ycombinator/deploy-spec
Adjusting deploy spec
- Loading branch information
Showing
11 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions
5
code/go/internal/validator/test/packages/deploy_docker/_dev/deploy/variants.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
variants: | ||
foo: | ||
BAR: baz | ||
QUX: 17 | ||
default: foo |
10 changes: 10 additions & 0 deletions
10
code/go/internal/validator/test/packages/deploy_docker/dataset/foo/fields/fields.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- name: source | ||
title: Source | ||
group: 2 | ||
type: group | ||
fields: | ||
- name: geo.city_name | ||
level: core | ||
type: keyword | ||
description: City name. | ||
ignore_above: 1024 |
1 change: 1 addition & 0 deletions
1
code/go/internal/validator/test/packages/deploy_docker/dataset/foo/manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
title: Nginx access logs |
Empty file.
8 changes: 8 additions & 0 deletions
8
code/go/internal/validator/test/packages/deploy_docker/manifest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
format_version: 1.0.4 | ||
name: bad_deploy_variants | ||
title: Bad Deploy Variants | ||
description: This package contains a bad _dev/deploy folder. | ||
version: 0.1.2 | ||
release: beta | ||
owner: | ||
github: elastic/foobar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
spec: | ||
additionalContents: true | ||
contents: | ||
- description: Docker Compose configuration file for deploying package's integration service(s) | ||
type: file | ||
name: "docker-compose.yml" | ||
contentMediaType: "application/x-yaml" | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters