Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Jan 26, 2024
1 parent 04b8fe6 commit 5e8747e
Showing 1 changed file with 30 additions and 16 deletions.
46 changes: 30 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,38 @@ Configure your squadron

```yaml
# squadron.yaml
version: "1.0"
version: '2.0'

squadron:
frontend:
chart:
name: mychart
version: 0.1.0
repository: http://helm.mycompany.com/repository
builds:
service:
tag: latest
dockerfile: Dockerfile
image: docker.mycompany.com/mycomapny/frontend
args:
- "foo=foo"
- "bar=bar"
values:
image: docker.mycompany.com/mycomapny/frontend:latest
site:
frontend:
chart:
name: mychart
version: 0.1.0
repository: http://helm.mycompany.com/repository
builds:
service:
tag: latest
dockerfile: Dockerfile
image: docker.mycompany.com/mycomapny/frontend
args:
- "foo=foo"
- "bar=bar"
values:
image: docker.mycompany.com/mycomapny/frontend:latest
backend:
chart: <% env "PROJECT_ROOT" %>/path/to/chart
kustomize: <% env "PROJECT_ROOT" %>/path/to/kustomize
builds:
service:
tag: latest
dockerfile: Dockerfile
image: docker.mycompany.com/mycomapny/backend
args:
- "foo=foo"
- "bar=bar"
values:
image: docker.mycompany.com/mycomapny/backend:latest
```
Install the squadron squadron and namespace:
Expand Down

0 comments on commit 5e8747e

Please sign in to comment.