mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/spinnaker] Configure kubernetes provider to use serviceAccount credentials (#3386)
This commit is contained in:
committed by
k8s-ci-robot
parent
7eb83d320d
commit
abc7841135
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user