mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
appVersion: 0.112.4
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
- hass
|
- hass
|
||||||
|
@ -158,6 +158,7 @@ spec:
|
|||||||
{{- if or .Values.zwave.enabled (.Values.hostMounts) }}
|
{{- if or .Values.zwave.enabled (.Values.hostMounts) }}
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
allowPrivilegeEscalation: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.configurator.enabled }}
|
{{- if .Values.configurator.enabled }}
|
||||||
- name: configurator
|
- name: configurator
|
||||||
|
Loading…
Reference in New Issue
Block a user