mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49: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
|
appVersion: 2020.12.1
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 5.2.0
|
version: 5.2.1
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
- hass
|
- hass
|
||||||
|
@ -10,7 +10,7 @@ secret:
|
|||||||
optional: true
|
optional: true
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- if .Values.git.deployKey -}}
|
{{- if or .Values.git.deployKey .Values.git.deployKeyBase64 -}}
|
||||||
{{- $volume := include "home-assistant.gitSecret.volume" . | fromYaml -}}
|
{{- $volume := include "home-assistant.gitSecret.volume" . | fromYaml -}}
|
||||||
{{- if $volume -}}
|
{{- if $volume -}}
|
||||||
{{- $additionalVolumes := append .Values.additionalVolumes $volume }}
|
{{- $additionalVolumes := append .Values.additionalVolumes $volume }}
|
||||||
|
Loading…
Reference in New Issue
Block a user