chore: updated deployment with pull secrets

This commit is contained in:
2023-09-25 00:08:06 -06:00
parent 13b28ed2e1
commit 0c94a999ee
2 changed files with 3 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ spec:
volumeMounts:
- mountPath: /conversion
name: pvc-conversion
imagePullSecrets:
- name: {{ .Values.image.pullSecret }}
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler

View File

@@ -7,6 +7,7 @@ replicaCount: 1
image:
repository: quay01.ipa.endofday.com/goghvideo/upload-to-nextcloud
pullPolicy: Always
pullSecret: goghvideo-openshift-builder-pull-secret
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"