We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc13d commit 6db776bCopy full SHA for 6db776b
1 file changed
pkg/api/v1/cluster_types.go
@@ -1473,7 +1473,7 @@ type PostgresConfiguration struct {
1473
type ExtensionConfiguration struct {
1474
// The name of the extension, required
1475
// +kubebuilder:validation:MinLength=1
1476
- // +kubebuilder:validation:Pattern=`^[a-z0-9]([-a-z0-9]*[a-z0-9])?$`
+ // +kubebuilder:validation:Pattern=`^[a-z0-9]([-a-z0-9_]*[a-z0-9])?$`
1477
Name string `json:"name"`
1478
1479
// The image containing the extension, required
0 commit comments