15 lines
365 B
YAML
15 lines
365 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
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "latest"
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|