[home-assistant] if zwave is enabled or hostmounts are set: allowPrivilegeEscalation=true (#305)

* if zwave is enabled or hostmounts are set: allowPrivilegeEscalation=true

* version bump chart to 1.0.4
This commit is contained in:
Marshall Ford 2020-08-03 11:56:34 -05:00 committed by GitHub
parent 3357f97862
commit 8b5f091355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.112.4
description: Home Assistant
name: home-assistant
version: 1.0.3
version: 1.0.4
keywords:
- home-assistant
- hass

View File

@ -158,6 +158,7 @@ spec:
{{- if or .Values.zwave.enabled (.Values.hostMounts) }}
securityContext:
privileged: true
allowPrivilegeEscalation: true
{{- end }}
{{- if .Values.configurator.enabled }}
- name: configurator