fix typos in stable/concourse/templates/NOTES.txt (#3606)

This commit is contained in:
Lingming Xia
2018-02-08 02:50:44 -08:00
committed by k8s-ci-robot
parent 30381e3148
commit ce2c6c648a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: concourse
version: 0.11.1
version: 0.11.2
appVersion: 3.8.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
+2 -2
View File
@@ -42,5 +42,5 @@
3. If this is your first time using Concourse, follow the tutorial at https://concourse.ci/hello-world.html
{{- if contains "naive" .Values.concourse.baggageclaimDriver }}
4. ***WARNING*** You are using the "naive" baggage claim driver, which is also the default value for this chart. This is the default for compatability reasons, but is very space inefficient, and should be changed to either "btrfs" or "overlay" depending on that filesystem's support in the Linux kernel your cluster is using. Please see https://github.com/concourse/concourse/issues/1230 for background.
{{- end }}
4. ***WARNING*** You are using the "naive" baggage claim driver, which is also the default value for this chart. This is the default for compatibility reasons, but is very space inefficient, and should be changed to either "btrfs" or "overlay" depending on that filesystem's support in the Linux kernel your cluster is using. Please see https://github.com/concourse/concourse/issues/1230 for background.
{{- end }}