Skip to content

Commit 28c7e1a

Browse files
committed
add comment
1 parent 3631cb8 commit 28c7e1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/mgmt-agent/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ deployment:
8585

8686
daemonSet:
8787
# Provide the host path if Agent is deployed as DaemonSet. Management Agent Pod should have read-write access to it.
88-
# Note: The hostPath cannot point to /opt/oracle, please provide another location or create a sub-directory under /opt/oracle and use that as hostPath
88+
# Note: The hostPath cannot point to /opt/oracle, please provide another location or create a sub-directory under /opt/oracle and use that as hostPath.
89+
# The Management Agent helm chart will attempt to change ownership and permissions on the host path provided here.
8990
hostPath:
9091
# Override the ownership and permissions on the hostPath. The hostPath will be owned by the runAsUser and runAsGroup provided under security context above and the permission as 750.
9192
# Note: This requires oraclelinux:8-slim image

0 commit comments

Comments
 (0)