argo-cd/docs/user-guide/application_sources.md
Oliver Gondža f54238bae4
docs: Style and formatting improvements to User Guide (#22622)
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com>
2025-04-10 07:47:13 -07:00

810 B

Tools

Production

Argo CD supports several different ways in which Kubernetes manifests can be defined:

Development

Argo CD also supports uploading local manifests directly. Since this is an anti-pattern of the GitOps paradigm, this should only be done for development purposes. A user with an override permission is required to upload manifests locally (typically an admin). All of the different Kubernetes deployment tools above are supported. To upload a local application:

$ argocd app sync APPNAME --local /path/to/dir/