From aed59c251e708665dfcabd884897cd1774be0bb6 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Fri, 20 Dec 2019 09:56:51 -0800 Subject: [PATCH] Namespace is relevant in helm lint [#8] ...Or at least, the namespace is passed around in helm's linting code. I haven't proven that there's a case where omitting the namespace can cause a linting problem, but I've seen enough to go ahead and document the setting. --- docs/lint_settings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/lint_settings.yml b/docs/lint_settings.yml index 677726b..c47b30a 100644 --- a/docs/lint_settings.yml +++ b/docs/lint_settings.yml @@ -32,5 +32,4 @@ steps: repos: "eDeath=https://github.com/bug/e-death,idMaker=https://github.com/nmarks/id-maker" # Give the --namespace flag to all helm commands. - # TODO: I don't think this setting has any effect on linting; should it be documented? namespace: my_kube_subset