Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/concourse] Fix typo in Vault cert paths. (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
madmod authored and k8s-ci-robot committed Jan 30, 2018
1 parent 675fa11 commit e48b680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/concourse/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: concourse
version: 0.11.0
version: 0.11.1
appVersion: 3.8.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
Expand Down
4 changes: 2 additions & 2 deletions stable/concourse/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ spec:
key: vault-client-token
{{- if .Values.credentialManager.vault.caCert }}
- name: CONCOURSE_VAULT_CA_CERT
value: "/concourse-vault/ca.crt"
value: "/concourse-vault/ca.cert"
{{- end }}
{{- if .Values.credentialManager.vault.clientCert }}
- name: CONCOURSE_VAULT_CLIENT_CERT
value: "/concourse-vault/client.crt"
value: "/concourse-vault/client.cert"
- name: CONCOURSE_VAULT_CLIENT_KEY
value: "/concourse-vault/client.key"
{{- end }}
Expand Down

0 comments on commit e48b680

Please sign in to comment.