Skip to content

Commit

Permalink
Merge pull request #1 from divolgin/readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
divolgin authored Nov 29, 2022
2 parents 5e82f6b + fd1aca2 commit ecfdf26
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# helmsplain
# helmsplain

Show templated values in files

```bash
$ helm pull bitnami/postgresql --version 12.1.1
$ ./bin/helmsplain ~/Downloads/postgresql-12.1.1.tgz
/postgresql/charts/common/README.md
.Values.password
/postgresql/templates/primary/statefulset.yaml
.Values.primary.hostNetwork
.Values.primary.hostIPC
.Values.image.pullPolicy
.Values.containerPorts.postgresql
.Values.primary.persistence.mountPath
.Values.audit.logHostname
.Values.audit.logConnections
.Values.audit.logDisconnections
.Values.audit.pgAuditLogCatalog
.Values.audit.clientMinMessages
.Values.postgresqlSharedPreloadLibraries
.Values.containerPorts.postgresql
/postgresql/templates/primary/svc.yaml
.Values.primary.service.type
/postgresql/values.yaml
.Values.metrics.service.ports.metrics
```

0 comments on commit ecfdf26

Please sign in to comment.