mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-03-31 22:08:49 +02:00
864 B
864 B
Tool Detection
The tool used to build an application is detected as follows:
If a specific tool is explicitly configured, then that tool is selected to create your application's manifests.
If not, then the tool is detected implicitly as follows:
- Ksonnet if there are two files, one named
app.yamland one namedcomponents/params.libsonnet. - Helm if there's a file matching
Chart.yaml. - Kustomize if there's a
kustomization.yaml,kustomization.yml, orKustomization
Otherwise it is assumed to be a plain directory application.