Skip to content

Commit 50e9dca

Browse files
authored
FIXUP: review, Mar 5
1 parent 51cb279 commit 50e9dca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ type PostgresHBARule struct {
129129
//
130130
// +structType=atomic
131131
type PostgresHBARuleSpec struct {
132-
//// 🌱 Files containing HBA records that are included in the "pg_hba.conf" file.
133-
//// ---
134-
//// +kubebuilder:validation:MaxItems=20
135-
//// +listType=atomic
136-
//// +optional
137-
//Files []OptionalFileRef `json:"files,omitempty"`
138-
139132
// One line of the "pg_hba.conf" file. Changes to this value will be automatically reloaded without validation.
140133
// ---
141134
// +kubebuilder:validation:MinLength=1

0 commit comments

Comments
 (0)