Skip to content

Commit

Permalink
Clarify README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Liukkonen committed Oct 27, 2023
1 parent 14fe3ae commit a4ed899
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/geoweb-taf-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helm repo update

# Create requried dependencies

Create values.yaml file for required variables:
Create your own values file for required variables:
* Using aws as the secret provider
```yaml
taf:
Expand Down Expand Up @@ -56,15 +56,15 @@ taf:
Execute the following for testing the chart:
```bash
helm install geoweb-taf-backend fmi/geoweb-taf-backend --dry-run --debug -n geoweb --values=./values.yaml
helm install geoweb-taf-backend fmi/geoweb-taf-backend --dry-run --debug -n geoweb --values=./<yourvaluesfile>.yaml
```

# Installing the Chart

Execute the following for installing the chart:

```bash
helm install geoweb-taf-backend fmi/geoweb-taf-backend -n geoweb --values=./values.yaml
helm install geoweb-taf-backend fmi/geoweb-taf-backend -n geoweb --values=./<yourvaluesfile>.yaml
```

# Deleting the Chart
Expand All @@ -78,7 +78,7 @@ kubectl delete namespace geoweb
```

# Chart Configuration
The following table lists the configurable parameters of the Taf backend chart and their default values.
The following table lists the configurable parameters of the Taf backend chart and their default values specified in file values.yaml.

| Parameter | Description | Default |
| - | - | - |
Expand Down

0 comments on commit a4ed899

Please sign in to comment.