Skip to content

Commit fd3a906

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 4f36468 commit fd3a906

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ const (
8787
// streaming replication purposes
8888
StreamingReplicationUser = "streaming_replica"
8989

90-
// defaultPostgresUID is the default UID which is used by PostgreSQL
91-
defaultPostgresUID = 26
90+
// DefaultPostgresUID is the default UID which is used by PostgreSQL
91+
DefaultPostgresUID = 26
9292

93-
// defaultPostgresGID is the default GID which is used by PostgreSQL
94-
defaultPostgresGID = 26
93+
// DefaultPostgresGID is the default GID which is used by PostgreSQL
94+
DefaultPostgresGID = 26
9595

9696
// PodAntiAffinityTypeRequired is the label for required anti-affinity type
9797
PodAntiAffinityTypeRequired = "required"

0 commit comments

Comments
 (0)