diff --git a/install/kubernetes/templates/daemonset.yaml b/install/kubernetes/templates/daemonset.yaml index c2428771860..28e474b4173 100644 --- a/install/kubernetes/templates/daemonset.yaml +++ b/install/kubernetes/templates/daemonset.yaml @@ -48,7 +48,7 @@ spec: serviceAccountName: {{ include "tetragon.serviceAccount" . }} {{- with .Values.podSecurityContext }} securityContext: - {{- toYaml . | nindent 6 }} + {{- toYaml . | nindent 8 }} {{- end }} containers: {{- if eq .Values.export.mode "stdout" }} @@ -67,7 +67,7 @@ spec: {{- end }} {{- with .Values.tolerations }} tolerations: - {{- toYaml . | nindent 6 }} + {{- toYaml . | nindent 8 }} {{- end }} hostNetwork: {{ .Values.hostNetwork }} dnsPolicy: {{ .Values.dnsPolicy }}