concourse: Small fixes in README and templates (#4484)

* concourse: Small fixes in README and templates

* Update chart version (version got bumped since the earlier PR)
This commit is contained in:
Kai Chen
2018-03-29 00:04:05 -07:00
committed by k8s-ci-robot
parent deab197fa2
commit 378d3e3fdd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: concourse
version: 1.1.1
version: 1.1.2
appVersion: 3.9.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
+3 -3
View File
@@ -47,7 +47,7 @@ $ kubectl delete pvc -l app=${RELEASE-NAME}-worker
## Scaling the Chart
Scaling should typically be managed via the `helm upgrade` command, but `StatefulSets` don't yet work with `helm upgrade`. In the meantime, until `helm upgrade` works, if you want to change the number of replicas, you can use the kubectl scale as shown below:
Scaling should typically be managed via the `helm upgrade` command, but `StatefulSets` don't yet work with `helm upgrade`. In the meantime, until `helm upgrade` works, if you want to change the number of replicas, you can use the `kubectl scale` command as shown below:
```console
$ kubectl scale statefulset my-release-worker --replicas=3
@@ -312,7 +312,7 @@ The only way to completely avoid putting secrets in Helm is to bring your own Po
### Credential Management
Pipelines ususally need credentials to do things. Concourse supports the use of a [Credential Manager](https://concourse-ci.org/creds.html) so your pipelines can contain references to secrets instead of the actual secret values. You can't use more than one credential manager at a time.
Pipelines usually need credentials to do things. Concourse supports the use of a [Credential Manager](https://concourse-ci.org/creds.html) so your pipelines can contain references to secrets instead of the actual secret values. You can't use more than one credential manager at a time.
#### Kubernetes Secrets
@@ -383,7 +383,7 @@ credentialManager:
```
#### AWS Systems Manager Paramter Store (SSM)
#### AWS Systems Manager Parameter Store (SSM)
To use SSM, set `credentialManager.kubernetes.enabled` to false, and set `credentialManager.ssm.enabled` to true.
+1 -1
View File
@@ -51,5 +51,5 @@
******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" (recommended) 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 and https://github.com/concourse/concourse/issues/1966 for background.
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" (recommended) 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 and https://github.com/concourse/concourse/issues/1966 for background.
{{- end }}