mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[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:
parent
3357f97862
commit
8b5f091355
@ -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
|
||||
|
@ -158,6 +158,7 @@ spec:
|
||||
{{- if or .Values.zwave.enabled (.Values.hostMounts) }}
|
||||
securityContext:
|
||||
privileged: true
|
||||
allowPrivilegeEscalation: true
|
||||
{{- end }}
|
||||
{{- if .Values.configurator.enabled }}
|
||||
- name: configurator
|
||||
|
Loading…
Reference in New Issue
Block a user