Merge pull request #55 from rporres/add-known-issues

Added potential secret leak known issue
This commit is contained in:
Ivan Pedrazas
2018-03-22 14:42:52 +00:00
committed by GitHub
+4
View File
@@ -205,3 +205,7 @@ pipeline_production:
branch: [master]
```
Happy Helming!
## Known issues
* Drone secrets that are part of `values` can be leaked in debug mode and in case of error as the whole helm command will be printed in the logs. See #52