Skip to content

Commit 260714b

Browse files
authored
fix typo in pooler env variable (#1294)
1 parent 168b679 commit 260714b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/operator_ui/spiloutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
OPERATOR_CLUSTER_NAME_LABEL = getenv('OPERATOR_CLUSTER_NAME_LABEL', 'cluster-name')
2222

2323
COMMON_CLUSTER_LABEL = getenv('COMMON_CLUSTER_LABEL', '{"application":"spilo"}')
24-
COMMON_POOLER_LABEL = getenv('COMMONG_POOLER_LABEL', '{"application":"db-connection-pooler"}')
24+
COMMON_POOLER_LABEL = getenv('COMMON_POOLER_LABEL', '{"application":"db-connection-pooler"}')
2525

2626
logger.info("Common Cluster Label: {}".format(COMMON_CLUSTER_LABEL))
2727
logger.info("Common Pooler Label: {}".format(COMMON_POOLER_LABEL))

0 commit comments

Comments
 (0)