[home-assistant] allow setting a base64-encoded SSH private key (#430)

* [home-assistant] allow setting a base64-encoded SSH private key

* [home-assistant] allow setting a base64-encoded SSH private key
This commit is contained in:
ᗪєνιη ᗷυнʟ 2020-12-23 10:46:42 -05:00 committed by GitHub
parent b290bcd0a1
commit 7358653626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2020.12.1
description: Home Assistant
name: home-assistant
version: 5.2.0
version: 5.2.1
keywords:
- home-assistant
- hass

View File

@ -10,7 +10,7 @@ secret:
optional: true
{{- end -}}
{{- if .Values.git.deployKey -}}
{{- if or .Values.git.deployKey .Values.git.deployKeyBase64 -}}
{{- $volume := include "home-assistant.gitSecret.volume" . | fromYaml -}}
{{- if $volume -}}
{{- $additionalVolumes := append .Values.additionalVolumes $volume }}