Skip to content

Commit

Permalink
try making those headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rauerhans committed Oct 10, 2023
1 parent aef9cd3 commit 5c207d1
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions pages/adding-new-application/plural-artifact-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ On the top-level directory of each artifact you'll also find a`repository.yaml`.
The `repository.yaml` and recipe YAMLs are an integral part of Plural's artifact packaging format.
`repository.yaml`:
### `repository.yaml`
```yaml
name: dagster
description: A data orchestration platform for the development, production, and observation of data assets.
Expand Down Expand Up @@ -213,10 +213,8 @@ the notes template to prompt after installation, as well as links to any upstrea
This happens, because every client needs to be created before a `plural build` which then inputs the client info into the helm chart.

The `private` flag controls whether the artifact's bundles are published publicly or privately on a `plural push`.
It should be set to the same value as the `private` flag in inside the `repository.yaml`.


`plural/receipes/dagster-aws.yaml`:
### `plural/receipes/dagster-aws.yaml`
```yaml
name: dagster-aws
description: Installs dagster on an aws eks cluster
Expand Down Expand Up @@ -267,20 +265,3 @@ Let's step through this file.
- `sections[0].items` lists the chart and module directories in the `helm` or `terraform` directories that are part of this bundle.

> A bundle can technically have multiple sections, but this feature's not yet used.

```yaml
apiVersion: plural.sh/v1alpha1
kind: Dependencies
metadata:
description: dagster aws setup
version: 0.1.2
spec:
dependencies:
- name: aws-bootstrap
repo: bootstrap
type: terraform
version: '>= 0.1.1'
providers:
- aws
```

0 comments on commit 5c207d1

Please sign in to comment.