From cab3a8ae95d7e9752d9daa870d4df99e96b85862 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Fri, 20 Dec 2019 10:37:32 -0800 Subject: [PATCH] Advise that some settings aren't yet functional [#8] --- docs/lint_settings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/lint_settings.yml b/docs/lint_settings.yml index c47b30a..b309b6e 100644 --- a/docs/lint_settings.yml +++ b/docs/lint_settings.yml @@ -26,9 +26,11 @@ steps: values_files: "values/underrides.yml,values/overrides.yml" # Call `helm dependency update` before linting. + # Note: this setting is on the v1.0 roadmap, but not yet implemented. update_dependencies: true # Call `helm repo add` for each repo before linting. Repo names and urls must not contain commas. + # Note: this setting is on the v1.0 roadmap, but not yet implemented. repos: "eDeath=https://github.com/bug/e-death,idMaker=https://github.com/nmarks/id-maker" # Give the --namespace flag to all helm commands.