Skip to content

Commit 43e3240

Browse files
committed
add constants as they appear in the helm charts
1 parent 0ab373f commit 43e3240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/warnet/constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
INGRESS_NAMESPACE = "ingress"
1717
HELM_COMMAND = "helm upgrade --install --create-namespace"
1818

19+
BITCOINCORE_CONTAINER = "bitcoincore"
20+
COMMANDER_CONTAINER = "commander"
21+
1922
# Directories and files for non-python assets, e.g., helm charts, example scenarios, default configs
2023
SRC_DIR = files("warnet")
2124
RESOURCES_DIR = files("resources")

0 commit comments

Comments
 (0)