# Default values that are used for creating ArgoCD `Application` definitions
# You can add all supported heqet config options here
defaults:
# ArgoCD Project
project:"default"
# Kubernetes Cluster
server:https://kubernetes.default.svc
# Sync policy
syncPolicy:
automated:# automated sync by default retries failed attempts 5 times with following delays between attempts ( 5s, 10s, 20s, 40s, 80s ); retry controlled using `retry` field.
prune:true# Specifies if resources should be pruned during auto-syncing ( false by default ).
selfHeal:true# Specifies if partial app sync should be executed when resources are changed only in target Kubernetes cluster and no git change detected ( false by default ).
allowEmpty:false# Allows deleting all application resources during automatic syncing ( false by default ).
syncOptions:# Sync options which modifies sync behavior