Compare commits
2 Commits
f09ee2294a
...
c889448926
| Author | SHA1 | Date | |
|---|---|---|---|
| c889448926 | |||
| 089f81af24 |
@@ -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