We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad3a38 commit 2d432cbCopy full SHA for 2d432cb
pkg/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go
@@ -555,7 +555,7 @@ type AdditionalVolume struct {
555
ClaimName DNS1123Subdomain `json:"claimName"`
556
557
// 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.
+ // The default mounts the volume in *all* containers. An empty list does not mount the volume to any containers.
559
// ---
560
// These are matched against [corev1.Container.Name] in a PodSpec, which is a [DNS1123Label].
561
// https://pkg.go.dev/k8s.io/kubernetes/pkg/apis/core/validation#ValidatePodSpec
0 commit comments