https://github.com/dadav/helm-merged
Show merged helm values.
https://github.com/dadav/helm-merged
Last synced: 8 months ago
JSON representation
Show merged helm values.
- Host: GitHub
- URL: https://github.com/dadav/helm-merged
- Owner: dadav
- License: mit
- Created: 2023-07-30T08:25:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T15:48:15.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T02:03:19.735Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Merged Plugin
Show all merged values.
## Description
This plugins adds a temporary template which contains `{{ .Values | toYaml }}`.
It's helpful if you want to see the end result of all the merged yaml files.
## Usage
```bash
# you probably want this
helm show-merged
# every other parameter besides -h/--help/--no-templates will be added to the helm template command.
# so you can:
# add custom yaml files
helm show-merged -f foo.yaml
# run debug mode
helm show-merged --debug
# disable any other template rendering
helm show-merged --no-templates
```
## install
```bash
helm plugin install https://github.com/dadav/helm-merged
```