Skip to content

Commit 6db776b

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent bafc13d commit 6db776b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/api/v1/cluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ type PostgresConfiguration struct {
14731473
type ExtensionConfiguration struct {
14741474
// The name of the extension, required
14751475
// +kubebuilder:validation:MinLength=1
1476-
// +kubebuilder:validation:Pattern=`^[a-z0-9]([-a-z0-9]*[a-z0-9])?$`
1476+
// +kubebuilder:validation:Pattern=`^[a-z0-9]([-a-z0-9_]*[a-z0-9])?$`
14771477
Name string `json:"name"`
14781478

14791479
// The image containing the extension, required

0 commit comments

Comments
 (0)