Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Add note to Spinnaker doc about destination path for additionalConfig…
Browse files Browse the repository at this point in the history
…Maps (#11437)

* move the API_HOST variable to deck.yml, where it belongs

Signed-off-by: Miles Matthias <[email protected]>

* bump chart version for gate fix

Signed-off-by: Miles Matthias <[email protected]>

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

Signed-off-by: Miles Matthias <[email protected]>

* bump chart version number per vic

Signed-off-by: Miles Matthias <[email protected]>
  • Loading branch information
Miles Matthias authored and k8s-ci-robot committed Feb 15, 2019
1 parent a59b5b2 commit 4dc714d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/spinnaker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions stable/spinnaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,5 @@ halyard:
tasks:
useManagedServiceAccounts: true
```

Any files added through `additionalConfigMaps` will be written to disk at `/opt/halyard/additionalConfigMaps`.

0 comments on commit 4dc714d

Please sign in to comment.