Skip to content

Commit

Permalink
fixed missing quotes around --tag-list
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhiendl committed Sep 29, 2022
1 parent f62aa06 commit e4e5d33
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.10
version: 0.0.11
appVersion: v0.1
keywords:
- gitlab-runner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stringData:
{{ end }}
{{ if .Values.runner.tagList }}
REGISTER_ARGS="$REGISTER_ARGS --tag-list {{ join "," .Values.runner.tagList }}
REGISTER_ARGS="$REGISTER_ARGS --tag-list {{ join "," .Values.runner.tagList }}"
{{ end }}
# register runner
Expand Down

0 comments on commit e4e5d33

Please sign in to comment.