From b0fdac36d9ccdaba4aeb803d10ec7900d9c97e23 Mon Sep 17 00:00:00 2001 From: Alexander M <830989+shuraa@users.noreply.github.com> Date: Mon, 9 Apr 2018 16:27:08 +0300 Subject: [PATCH] Create SA for web component (fixes #4767) (#4784) * Create SA for web component (fixes #4767) We have to create SA account even then kubernetes-in-cluster is disabled. This change also covers the case then vault is enabled. * Bump stable/concourse version to 1.2.2 --- stable/concourse/Chart.yaml | 2 +- stable/concourse/templates/web-serviceaccount.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 76a7ef09d6..00c5819eeb 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 1.2.1 +version: 1.2.2 appVersion: 3.10.0 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 diff --git a/stable/concourse/templates/web-serviceaccount.yaml b/stable/concourse/templates/web-serviceaccount.yaml index 91e37b74cc..5f1c2f8888 100644 --- a/stable/concourse/templates/web-serviceaccount.yaml +++ b/stable/concourse/templates/web-serviceaccount.yaml @@ -1,5 +1,4 @@ {{- if .Values.rbac.create -}} -{{- if .Values.credentialManager.kubernetes.enabled -}} apiVersion: v1 kind: ServiceAccount metadata: @@ -10,4 +9,3 @@ metadata: heritage: {{ .Release.Service }} release: {{ .Release.Name }} {{- end -}} -{{- end -}}