[stable/spinnaker] Configure kubernetes provider to use serviceAccount credentials (#3386)

This commit is contained in:
Dale Tristram
2018-02-08 11:56:43 -08:00
committed by k8s-ci-robot
parent 7eb83d320d
commit abc7841135
2 changed files with 2 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: 0.3.12
version: 0.3.13
appVersion: 1.1.0
home: http://spinnaker.io/
sources:
@@ -236,6 +236,7 @@ data:
enabled: true
accounts:
- name: local
serviceAccount: true
dockerRegistries:
{{- range $index, $account := .Values.accounts }}
- accountName: {{ $account.name }}