Adds `--suppress-secrets` to `helmfile apply` and `helmfile diff`, so that the diff command omits the contents of secrets from its output. This is a security feature that should always be turned on for CI/CD use-cases. With `--suppress-secrets`, the output when there is any change looks like: ``` Comparing bar stable/grafana default, baz-grafana, Secret (v1) has changed: + Changes suppressed on sensitive content of type Secret ``` Resolves #269 |
||
|---|---|---|
| .. | ||
| create.go | ||
| create_test.go | ||
| environment.go | ||
| release_filters.go | ||
| state.go | ||
| state_test.go | ||