argo-cd/docs/user-guide/application_sources.md
Soumya Ghosh Dastidar df2d649751
feat: remove ksonnet from codebase (#8621)
feat: remove ksonnet from codebase (#8621)

Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2022-03-02 10:09:47 -08:00

805 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/