16 lines
413 B
YAML
16 lines
413 B
YAML
# Default values for upload-to-nextcloud.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
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: ""
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|