mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-07 18:37:36 +08:00
Remove inheritance of imagePullPolicy from manager to listeners (#3009)
This commit is contained in:
@@ -94,8 +94,6 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: CONTROLLER_MANAGER_LISTENER_IMAGE_PULL_POLICY
|
||||
value: "{{ .Values.image.pullPolicy | default "IfNotPresent" }}"
|
||||
{{- with .Values.env }}
|
||||
{{- if kindIs "slice" . }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user