Skip to content

Commit 2d432cb

Browse files
cbandybenjaminjb
andauthored
FIXUP: review
Co-authored-by: Benjamin Blattberg <[email protected]>
1 parent 4ad3a38 commit 2d432cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ type AdditionalVolume struct {
555555
ClaimName DNS1123Subdomain `json:"claimName"`
556556

557557
// The names of containers in which to mount this volume.
558-
// The default mounts the volume in *all* containers. An empty list does not mount the volume.
558+
// The default mounts the volume in *all* containers. An empty list does not mount the volume to any containers.
559559
// ---
560560
// These are matched against [corev1.Container.Name] in a PodSpec, which is a [DNS1123Label].
561561
// https://pkg.go.dev/k8s.io/kubernetes/pkg/apis/core/validation#ValidatePodSpec

0 commit comments

Comments
 (0)