Rename actions-runner-controller-2 and auto-scaling-runner-set helm charts (#2333)

Co-authored-by: Ava S <[email protected]>
This commit is contained in:
Bassem Dghaidi
2023-03-01 07:16:03 -05:00
committed by GitHub
co-authored by Ava S
parent 70156e3fea
commit adad3d5530
38 changed files with 429 additions and 428 deletions
@@ -0,0 +1,9 @@
{{- if and (ne .Values.containerMode.type "kubernetes") (not .Values.template.spec.serviceAccountName) }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "gha-runner-scale-set.noPermissionServiceAccountName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "gha-runner-scale-set.labels" . | nindent 4 }}
{{- end }}