File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
config/recipes/elastic-agent Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181 serviceAccountName : fleet-server
8282 automountServiceAccountToken : true
8383 # Since Elastic Agent v8.16.0, the runAsUser: 0 is not needed
84- # as Agent chowns the data directory to the container user id.
84+ # as Agent changes ownership of the data directory to the container user id.
8585 # securityContext:
8686 # runAsUser: 0
8787---
@@ -117,7 +117,7 @@ spec:
117117 dnsPolicy : ClusterFirstWithHostNet
118118 automountServiceAccountToken : true
119119 # Since Elastic Agent v8.16.0, the runAsUser: 0 is not needed
120- # as Agent chowns the data directory to the container user id.
120+ # as Agent changes ownership of the data directory to the container user id.
121121 # securityContext:
122122 # runAsUser: 0
123123---
You can’t perform that action at this time.
0 commit comments