mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-02-16 13:11:36 +08:00
fixes
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# Set the following to dummy values.
|
||||
# This is only useful in CI
|
||||
controller:
|
||||
manager:
|
||||
image: test-arc:dev
|
||||
@@ -24,7 +24,7 @@ Annotations applied to the controller Pod template (spec.template.metadata.annot
|
||||
{{- define "gha-controller-template.manager-container" -}}
|
||||
name: manager
|
||||
image: "{{ .Values.controller.manager.container.image }}"
|
||||
imagePullPolicy: {{ default .Values.controller.manager.container.pullPolicy "IfNotPresent" }}
|
||||
imagePullPolicy: {{ default "IfNotPresent" .Values.controller.manager.container.pullPolicy }}
|
||||
command:
|
||||
- "/manager"
|
||||
args:
|
||||
|
||||
@@ -18,8 +18,4 @@ Takes a map of user labels and removes the ones with "actions.github.com/" prefi
|
||||
app.kubernetes.io/name: {{ include "gha-controller.name" . }}
|
||||
app.kubernetes.io/namespace: {{ include "gha-controller.namespace" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{- define "gha-controller.labels" -}}
|
||||
{{- include "gha-controller.labels" . -}}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user