File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/github-actions-runners Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : github-actions-runners
33description : A Helm chart for provisioning Github Actions runners
44type : application
5- version : 0.2.1
5+ version : 0.2.2
66maintainers :
77 - name : SweetOps
Original file line number Diff line number Diff line change 11{{- range .Values.runnerDeployments }}
2+ ---
23{{- $enabled := printf "%t" .enabled }}
34{{- if regexMatch "nil" $enabled }}{{- $enabled = "true" }}{{- end }}
45{{- if (eq $enabled "true") }}
56{{- $serviceAccount := .serviceAccount | default dict }}
67{{- $create := $serviceAccount.create | default $.Values.global.serviceAccount.create }}
78{{- $annotations := $serviceAccount.annotations | default $.Values.global.serviceAccount.annotations }}
89{{- if $create -}}
9- ---
1010apiVersion : v1
1111kind : ServiceAccount
1212metadata :
You can’t perform that action at this time.
0 commit comments