[stable/concourse] baggageclaim warning only on worker deployments (#16466)

Signed-off-by: Aaron Gershman <aegershman@gmail.com>
This commit is contained in:
Aaron Gershman
2019-08-21 09:30:43 -07:00
committed by Kubernetes Prow Robot
parent f2a4752586
commit a7816917c5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: concourse
version: 8.2.2
version: 8.2.3
appVersion: 5.4.1
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
+2
View File
@@ -35,6 +35,7 @@
{{- end }}
* If this is your first time using Concourse, follow the tutorials at https://concourse-ci.org/tutorials.html
{{- if .Values.worker.enabled }}
{{- if .Values.concourse.worker.baggageclaim.driver }}
{{- if contains "naive" .Values.concourse.worker.baggageclaim.driver }}
@@ -50,6 +51,7 @@ Please see https://github.com/concourse/concourse/issues/1230 and https://github
{{- end }}
{{- end }}
{{- end }}