Skip to content

Commit

Permalink
chart: fixed hetzner.apiToken path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhiendl committed Sep 23, 2022
1 parent a6aff70 commit 5a98495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gitlab-runner-hetzner-autoscale/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: gitlab-runner-hetzner-autoscale
name: gitlab-runner-hetzner-autoscale
version: 0.0.3
version: 0.0.4
appVersion: v0.1
keywords:
- gitlab-runner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stringData:
MachineDriver = "hetzner"
MachineName = "runner-%s"
MachineOptions = [
"hetzner-api-token={{ .Values.hetznerApiToken }}",
"hetzner-api-token={{ .Values.hetzner.apiToken }}",
# "hetzner-image-id=32116616",
"hetzner-image={{ .Values.hetzner.image }}",
# "hetzner-image=debian-10",
Expand Down

0 comments on commit 5a98495

Please sign in to comment.