Skip to content

Commit f402ee5

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

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

deploy.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@
3030
}
3131

3232
# Projects using raw KUBECONFIG files
33-
KUBECONFIG_CLUSTERS = {
34-
"localhost",
35-
"ovh2",
36-
"hetzner-2i2c",
37-
"hetzner-gesis",
38-
"staging"
39-
}
33+
KUBECONFIG_CLUSTERS = {"localhost", "ovh2", "hetzner-2i2c", "hetzner-gesis", "staging"}
4034

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

terraform/ovh/harbor.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ output "registry_user_puller_name" {
118118
output "registry_user_puller_token" {
119119
value = harbor_robot_account.user-puller.secret
120120
sensitive = true
121-
}
121+
}

terraform/ovh/registry.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ resource "ovh_cloud_project_containerregistry_user" "admin" {
1818
1919
login = "mybinder-admin"
2020
}
21-
22-

terraform/ovh/staging.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ service_name = "5e4c805d3c614a1085d7b7bc1fee46d6"
44
region = "US-EAST-VA"
55

66
registry_plan = "SMALL"
7-
registry_name = "mybinder-ovh-staging"
7+
registry_name = "mybinder-ovh-staging"

terraform/ovh/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ variable "registry_plan" {
4242
- MEDIUM is 600GB
4343
- LARGE is 5TiB
4444
EOT
45-
}
45+
}

0 commit comments

Comments
 (0)