Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2025
1 parent ff2a59b commit 2a6581b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -87,7 +87,7 @@ grafana:
isDefault: true
editable: false
# persistence:
# storageClassName: csi-cinder-high-speed
# storageClassName: csi-cinder-high-speed

prometheus:
server:
Expand Down
9 changes: 1 addition & 8 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2a6581b

Please sign in to comment.