Skip to content

Commit

Permalink
chore: add missing docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
  • Loading branch information
mnencia committed May 22, 2024
1 parent 0d05eab commit 55f8031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/management/postgres/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ type Instance struct {
// tablespaceSynchronizerChan is used to send tablespace configuration to the tablespace synchronizer
tablespaceSynchronizerChan chan map[string]apiv1.TablespaceConfiguration

// StatusTLS enables TLS on the status port used to communicate with the operator
StatusTLS bool

// ServerCertificate is the certificate we use to serve https connections
Expand Down

0 comments on commit 55f8031

Please sign in to comment.