helmfile/state
KUOKA Yusuke 54f1567294
feat: --suppress-secrets of diff and apply commands (#272)
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
2018-09-02 21:21:29 +09:00
..
create.go feat: Environment Secrets (#274) 2018-09-02 21:07:35 +09:00
create_test.go feat: Environment and Environment Values (#267) 2018-08-31 22:59:27 +09:00
environment.go feat: Environment Secrets (#274) 2018-09-02 21:07:35 +09:00
release_filters.go support the same selector repeated 2018-04-17 11:10:46 -04:00
state.go feat: --suppress-secrets of diff and apply commands (#272) 2018-09-02 21:21:29 +09:00
state_test.go feat: Environment and Environment Values (#267) 2018-08-31 22:59:27 +09:00