The apps template hardcoded automated{prune,selfHeal} for every app. Some
apps (e.g. tools, where Vault unseal is manual) need a custom syncPolicy
without selfHeal. Read $app_attr.syncPolicy when set, fall back to the
existing automated default otherwise. Use the override on `tools` to keep
the existing behavior explicit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
30 lines
873 B
YAML
30 lines
873 B
YAML
# Default values for argocd.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
gitea_applications:
|
|
url-shortener:
|
|
annotations: {}
|
|
tools:
|
|
annotations: {}
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
webapp:
|
|
annotations:
|
|
argocd-image-updater.argoproj.io/image-list: webapp=gitea.arcodange.lab/arcodange-org/webapp:latest
|
|
argocd-image-updater.argoproj.io/webapp.update-strategy: digest
|
|
erp:
|
|
annotations: {}
|
|
cms:
|
|
annotations:
|
|
argocd-image-updater.argoproj.io/image-list: cms=gitea.arcodange.lab/arcodange-org/cms:latest
|
|
argocd-image-updater.argoproj.io/cms.update-strategy: digest
|
|
|
|
argocd_image_updater_chart_values:
|
|
config:
|
|
argocd:
|
|
grpcWeb: false
|
|
serverAddress: "https://argocd.arcodange.lab/"
|
|
insecure: true
|
|
plaintext: true |