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

Add default of "" for string comparison #4420

Merged
merged 1 commit into from
Mar 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 1.0.5
version: 1.0.6
appVersion: 3.9.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
Expand Down
2 changes: 1 addition & 1 deletion stable/concourse/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ spec:
value: "/concourse-vault/client.cert"
- name: CONCOURSE_VAULT_CLIENT_KEY
value: "/concourse-vault/client.key"
{{- if eq .Values.credentialManager.vault.authBackend "approle" }}
{{- if eq (default "" .Values.credentialManager.vault.authBackend) "approle" }}
- name: CONCOURSE_VAULT_APPROLE_ID
valueFrom:
secretKeyRef:
Expand Down