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 7ed243d commit 63699c0Copy full SHA for 63699c0
charts/ofen/templates/daemonset.yaml
@@ -60,7 +60,9 @@ spec:
60
- name: containerd-host-dir
61
mountPath: {{ .Values.daemon.containerdHostDirPath }}
62
securityContext:
63
- runAsUser: 0 # Run as root to mount containerd socket
+ capabilities:
64
+ drop:
65
+ - ALL
66
serviceAccountName: '{{ template "ofen.fullname" . }}-controller-manager'
67
terminationGracePeriodSeconds: 10
68
{{- with .Values.daemon.imagePullSecrets }}
0 commit comments