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 168b679 commit 260714bCopy full SHA for 260714b
ui/operator_ui/spiloutils.py
@@ -21,7 +21,7 @@
21
OPERATOR_CLUSTER_NAME_LABEL = getenv('OPERATOR_CLUSTER_NAME_LABEL', 'cluster-name')
22
23
COMMON_CLUSTER_LABEL = getenv('COMMON_CLUSTER_LABEL', '{"application":"spilo"}')
24
-COMMON_POOLER_LABEL = getenv('COMMONG_POOLER_LABEL', '{"application":"db-connection-pooler"}')
+COMMON_POOLER_LABEL = getenv('COMMON_POOLER_LABEL', '{"application":"db-connection-pooler"}')
25
26
logger.info("Common Cluster Label: {}".format(COMMON_CLUSTER_LABEL))
27
logger.info("Common Pooler Label: {}".format(COMMON_POOLER_LABEL))
0 commit comments