Emit warnings about deprecated settings [#10]

These aren't an error case--the plugin will work just fine--but users
should be aware they (the settings) aren't being respected.
This commit is contained in:
Erin Call
2019-12-31 10:03:53 -08:00
parent 353bd76f8f
commit 7cd46bb8b1
3 changed files with 38 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ steps:
drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences:
* `prefix` must be supplied via the `settings` block, not `environment`.
* Several settings no longer have any effect:
* Several settings no longer have any effect. The plugin will produce warnings if any of these are present:
* `purge` -- this is the default behavior in Helm 3
* `recreate_pods`
* `tiller_ns`