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:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: {{ .Values.image.pullSecret }}
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: quay01.ipa.endofday.com/goghvideo/conversion-engine
|
repository: quay01.ipa.endofday.com/goghvideo/conversion-engine
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
pullSecret: goghvideo-openshift-builder-pull-secret
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: ""
|
tag: ""
|
||||||
cicd:
|
cicd:
|
||||||
|
|||||||
Reference in New Issue
Block a user