mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[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:
parent
b290bcd0a1
commit
7358653626
@ -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
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user