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:
@@ -14,6 +14,8 @@ spec:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.image.pullSecret }}
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user