diff --git a/config/hetzner-2i2c.yaml b/config/hetzner-2i2c.yaml index 9da691eb0..2c0b499b9 100644 --- a/config/hetzner-2i2c.yaml +++ b/config/hetzner-2i2c.yaml @@ -24,7 +24,7 @@ binderhub: total_quota: 300 # DockerRegistry: - # token_url: "https://2lmrrh8f.gra7.container-registry.ovh.net/service/token?service=harbor-registry" + # token_url: "https://2lmrrh8f.gra7.container-registry.ovh.net/service/token?service=harbor-registry" replicas: 1 @@ -87,7 +87,7 @@ grafana: isDefault: true editable: false # persistence: - # storageClassName: csi-cinder-high-speed + # storageClassName: csi-cinder-high-speed prometheus: server: diff --git a/deploy.py b/deploy.py index 8f8a10f80..5bbf46bf4 100755 --- a/deploy.py +++ b/deploy.py @@ -437,14 +437,7 @@ def main(): argparser.add_argument( "release", help="Release to deploy", - choices=[ - "staging", - "prod", - "ovh", - "ovh2", - "curvenote", - "hetzner-2i2c" - ], + choices=["staging", "prod", "ovh", "ovh2", "curvenote", "hetzner-2i2c"], ) argparser.add_argument( "--name",