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 <mmatthias@google.com>

* bump chart version for gate fix

Signed-off-by: Miles Matthias <mmatthias@google.com>

* noting where additional config maps are written to disk may be helpful to beginners

Signed-off-by: Miles Matthias <mmatthias@google.com>

* bump chart version number per vic

Signed-off-by: Miles Matthias <mmatthias@google.com>
This commit is contained in:
Miles Matthias
2019-02-15 14:32:17 -08:00
committed by Kubernetes Prow Robot
parent a59b5b25de
commit 4dc714d05f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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:
+2
View File
@@ -153,3 +153,5 @@ halyard:
tasks:
useManagedServiceAccounts: true
```
Any files added through `additionalConfigMaps` will be written to disk at `/opt/halyard/additionalConfigMaps`.