From 3476490cd93b3bd6365b452c89673fe94a7b0daa Mon Sep 17 00:00:00 2001 From: Rafael Porres Molina Date: Thu, 22 Mar 2018 13:37:01 +0100 Subject: [PATCH] added potential secret leak known issue --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e12557..dfd9a95 100644 --- a/README.md +++ b/README.md @@ -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