Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 3, 2024
1 parent 70e8625 commit 6629d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ For more information on inputs, see the [API Documentation](https://developer.gi
- `repo`: Optional, Helm repo to fetch the chart from (default: https://cosmology-tech.github.io/starship)
- `name`: Optional, Release name for the helm chart deployment (default: `starship-devnet`)
- `chart`: Optional, Name of the help chart to use. Recommended: use default (default: `starship/devnet`)
- `timeout`: Optional, Timeout for helm install (default: `10m`)

### Outputs
- `namespace`: Namespace where the devnet is deployed
Expand All @@ -43,7 +44,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create starship devnet for osmos and wasm
uses: cosmology-tech/[email protected].4
uses: cosmology-tech/[email protected].6
with:
config: ./starship-config.yaml
```

0 comments on commit 6629d20

Please sign in to comment.