From 3d1c849e75fbcb738c085203b4423bb554809bd6 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Mon, 23 Dec 2019 09:49:29 -0800 Subject: [PATCH] Don't document the kube_config setting [#8] See #30--there's no known use-case and no drone-helm users are using the setting, so it's on the chopping block. --- docs/upgrade_settings.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/upgrade_settings.yml b/docs/upgrade_settings.yml index 5531509..90cd49c 100644 --- a/docs/upgrade_settings.yml +++ b/docs/upgrade_settings.yml @@ -62,9 +62,6 @@ steps: # Reuse the values from a previous release. reuse_values: true - # Put the kubernetes config file used for the deploy in an alternate location. - kube_config: /root/.spherernetes/config - # Produce debug output from drone-helm itself and send --debug to all helm commands. debug: true