We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef44c3 commit 574c91fCopy full SHA for 574c91f
1 file changed
deployment/helm/balloons/templates/daemonset.yaml
@@ -22,6 +22,7 @@ spec:
22
{{ $name }}: "{{ $value }}"
23
{{- end }}
24
spec:
25
+ hostPID: true
26
{{- with .Values.tolerations }}
27
tolerations:
28
{{- toYaml . | nindent 8 }}
@@ -99,7 +100,9 @@ spec:
99
100
image: {{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}
101
imagePullPolicy: {{ .Values.image.pullPolicy }}
102
securityContext:
- allowPrivilegeEscalation: false
103
+ privileged: true
104
+ allowPrivilegeEscalation: true
105
+ runAsUser: 0
106
capabilities:
107
drop:
108
- ALL
0 commit comments