Implement kubernetes.bootstrap_labels (#3257)

Allow to define labels that will be assigned to a postgres instance pod when in 'initializing new cluster', 'running custom bootstrap script', 'starting after custom bootstrap', or 'creating replica' state
This commit is contained in:
Polina Bungina
2025-02-18 09:37:22 +01:00
committed by GitHub
parent ce79152088
commit 5dbfc9401b
16 changed files with 140 additions and 27 deletions
+1
View File
@@ -70,6 +70,7 @@ config = {
"kubernetes": {
"namespace": "string",
"labels": {},
'bootstrap_labels': {'foo': 'bar'},
"scope_label": "string",
"role_label": "string",
"use_endpoints": False,