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 4f36468 commit fd3a906Copy full SHA for fd3a906
pkg/api/v1/cluster_types.go
@@ -87,11 +87,11 @@ const (
87
// streaming replication purposes
88
StreamingReplicationUser = "streaming_replica"
89
90
- // defaultPostgresUID is the default UID which is used by PostgreSQL
91
- defaultPostgresUID = 26
+ // DefaultPostgresUID is the default UID which is used by PostgreSQL
+ DefaultPostgresUID = 26
92
93
- // defaultPostgresGID is the default GID which is used by PostgreSQL
94
- defaultPostgresGID = 26
+ // DefaultPostgresGID is the default GID which is used by PostgreSQL
+ DefaultPostgresGID = 26
95
96
// PodAntiAffinityTypeRequired is the label for required anti-affinity type
97
PodAntiAffinityTypeRequired = "required"
0 commit comments