Skip to content

Commit

Permalink
Added readme entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pielas committed Apr 23, 2024
1 parent 8ed29df commit 1f53f05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ Examples:
- `./build-deploy-verify.sh release-name -f deploy-values-streaming-lite.yaml -f examples/customSecret/custom-secret-values.yaml` - deploy chart in streaming-lite mode, passing secret to both designer and runtime container (see description in `custom-secret-values.yaml`)
- `./build-deploy-verify.sh release-name -f deploy-values-streaming-lite.yaml -f examples/custom-logging.yaml` - deploy chart in streaming-lite mode with custom logging configuration of the designer and runtime containers (see description in `custom-logging.yaml`)
- `./build-deploy-verify.sh release-name -f examples/customConfig/custom-conf-values.yaml` - deploy chart in streaming-lite mode with additional config map with custom application.conf configuration of the designer

### Rendering helm locally
To check how helm is rendered with default values, you can execute helm this way in root directory:
```
helm template -f deploy-values.yaml --set "image.tag=staging-latest" --debug ./src
```

0 comments on commit 1f53f05

Please sign in to comment.