chore: updated deployment with pull secrets
This commit is contained in:
@@ -44,6 +44,8 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /conversion
|
||||
name: pvc-conversion
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.image.pullSecret }}
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user