chore: added image pull secret to scaled job template

This commit is contained in:
2024-07-02 13:09:53 -06:00
parent f09ee2294a
commit 089f81af24
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ spec:
metadata:
creationTimestamp: null
spec:
imagePullSecrets:
- name: {{ .Values.image.pullSecret }}
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:

View File

@@ -5,6 +5,7 @@
image:
repository: quay01.ipa.endofday.com/goghvideo/conversion-engine
pullPolicy: IfNotPresent
pullSecret: goghvideo-openshift-builder-pull-secret
# Overrides the image tag whose default is the chart appVersion.
tag: ""
cicd: