Merge pull request 'feat: add image pull secret to conversion engine' (#3) from feature/add-pull-secret-to-conversion-engine into main

This commit is contained in:
2024-07-02 19:12:56 +00:00
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: