Skip to content

Commit

Permalink
issue-683, remove logic for PostgreSQL user creation
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiienkoMykyta committed Feb 6, 2024
1 parent 8d476b3 commit 8db8896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/clusters/v1beta1/postgresql_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type PgStatus struct {
//+kubebuilder:printcolumn:name="ID",type="string",JSONPath=".status.id"
//+kubebuilder:printcolumn:name="State",type="string",JSONPath=".status.state"

// PostgreSQL is the Schema for the postgresqls API:
// PostgreSQL is the Schema for the postgresqls API
type PostgreSQL struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down

0 comments on commit 8db8896

Please sign in to comment.