Skip to content

Commit 23dd4ce

Browse files
docs: Apply suggestions from code review
Co-authored-by: Linus Bourque <[email protected]>
1 parent 9fcabeb commit 23dd4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs-content/release-notes/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ tags: ["release-notes"]
6161
[self-hosted PCG cluster](../clusters/pcg/deploy-pcg-k8s.md) deployed in Amazon EKS are reconciled with pod-mounted
6262
files defined under `kubeadmconfig` in the OS layer of an AWS EKS cluster profile used to deploy workload clusters.
6363

64-
Volumes and mounts derived from the OS layer are only added when their resolved `volumes.hostPath.path` or
65-
`volumeMounts.mountPath` does not already exist in the self-hosted PCG cluster configuration, preventing duplicate
64+
Volumes and mounts derived from the OS layer are only added if their resolved `volumes.hostPath.path` or
65+
`volumeMounts.mountPath` do not already exist in the self-hosted PCG cluster configuration, preventing duplicate
6666
mounts when the same paths are specified in both locations. Volume and mount names are generated using a hash of the
6767
full path to ensure path-unique naming and avoid Kubernetes validation conflicts.
6868

0 commit comments

Comments
 (0)