Skip to content

Commit dbd92ee

Browse files
committed
Adjust wording.
Signed-off-by: Michael Montgomery <[email protected]>
1 parent 4c26d80 commit dbd92ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/recipes/elastic-agent/fleet-kubernetes-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
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
---

0 commit comments

Comments
 (0)