Skip to content

Commit

Permalink
docs: fix indentation on creating-a-project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Heechul Ryu authored and eysi09 committed Apr 29, 2020
1 parent 3f53bbb commit 9f97a6f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/using-garden/creating-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ A project consists of one or more **modules** that each has a specific `type`, f
Consider a project with the following three environments:

```yaml
kind: Project
name: my-project
environments:
- name: empty
- name: local
- name: remote
kind: Project
name: my-project
environments:
- name: empty
- name: local
- name: remote
providers:
- name: local-kubernetes
environments: ["local"]
- name: kubernetes
environments: ["remote"]
context: my-context
...
---
kind: Module
name: my-module
type: container
...
---
kind: Module
name: my-module
type: container
...
```

Our choice of providers and their configuration dictates how the module in the example above is handled:
Expand Down

0 comments on commit 9f97a6f

Please sign in to comment.