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 51cb279 commit 50e9dcaCopy full SHA for 50e9dca
pkg/apis/postgres-operator.crunchydata.com/v1beta1/postgres_types.go
@@ -129,13 +129,6 @@ type PostgresHBARule struct {
129
//
130
// +structType=atomic
131
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
-
139
// One line of the "pg_hba.conf" file. Changes to this value will be automatically reloaded without validation.
140
// ---
141
// +kubebuilder:validation:MinLength=1
0 commit comments