17 lines
373 B
YAML
17 lines
373 B
YAML
# Default values for argocd.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
gitea_applications:
|
|
- url-shortener
|
|
- tools
|
|
- webapp
|
|
- erp
|
|
- cms
|
|
|
|
argocd_image_updater_chart_values:
|
|
config:
|
|
argocd:
|
|
grpcWeb: false
|
|
serverAddress: "https://argocd.arcodange.duckdns.org/"
|
|
insecure: true
|
|
plaintext: true |