Skip to content

Commit 95819c5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1d9b1ef commit 95819c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deploy.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
}
3232

3333
# Projects using raw KUBECONFIG files
34-
KUBECONFIG_CLUSTERS = {"localhost", "ovh2", "hetzner-2i2c", "hetzner-2i2c-bare", "hetzner-gesis"}
34+
KUBECONFIG_CLUSTERS = {
35+
"localhost",
36+
"ovh2",
37+
"hetzner-2i2c",
38+
"hetzner-2i2c-bare",
39+
"hetzner-gesis",
40+
}
3541

3642
# Mapping of config name to cluster name for AWS EKS deployments
3743
AWS_DEPLOYMENTS = {"curvenote": "binderhub"}

0 commit comments

Comments
 (0)