From 4dc714d05f62333d78a8f09c5f257ed3f81e66f0 Mon Sep 17 00:00:00 2001 From: Miles Matthias Date: Fri, 15 Feb 2019 15:32:17 -0700 Subject: [PATCH] Add note to Spinnaker doc about destination path for additionalConfigMaps (#11437) * move the API_HOST variable to deck.yml, where it belongs Signed-off-by: Miles Matthias * bump chart version for gate fix Signed-off-by: Miles Matthias * noting where additional config maps are written to disk may be helpful to beginners Signed-off-by: Miles Matthias * bump chart version number per vic Signed-off-by: Miles Matthias --- stable/spinnaker/Chart.yaml | 2 +- stable/spinnaker/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/spinnaker/Chart.yaml b/stable/spinnaker/Chart.yaml index cf42e6e12074..eb37bdc85c6e 100644 --- a/stable/spinnaker/Chart.yaml +++ b/stable/spinnaker/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. name: spinnaker -version: 1.7.1 +version: 1.7.2 appVersion: 1.11.6 home: http://spinnaker.io/ sources: diff --git a/stable/spinnaker/README.md b/stable/spinnaker/README.md index e35cf8f1a7f6..f772746135ea 100644 --- a/stable/spinnaker/README.md +++ b/stable/spinnaker/README.md @@ -153,3 +153,5 @@ halyard: tasks: useManagedServiceAccounts: true ``` + +Any files added through `additionalConfigMaps` will be written to disk at `/opt/halyard/additionalConfigMaps`.