An open API service indexing awesome lists of open source software.

https://github.com/schnatterer/argocd-autopilot-example

Example for GitOps repostructure created by argocd-autopilot
https://github.com/schnatterer/argocd-autopilot-example

argocd argocd-autopilot gitops

Last synced: 2 months ago
JSON representation

Example for GitOps repostructure created by argocd-autopilot

Awesome Lists containing this project

README

        

argocd-autopilot-example
===

Repo structure created with argocd-autopilot 0.4.12.

```bash
export GIT_TOKEN=ghp_PcZ...IP0
export GIT_REPO=https://github.com/schnatterer/argocd-autopilot-example

# Basic setup
argocd-autopilot repo bootstrap

# Add first app
argocd-autopilot project create staging
argocd-autopilot app create my-app -p staging --app github.com/argoproj-labs/argocd-autopilot/examples/demo-app/

# Add stage to app
argocd-autopilot project create production
argocd-autopilot app create my-app -p production --app github.com/argoproj-labs/argocd-autopilot/examples/demo-app/
```

There also is a [branch](https://github.com/schnatterer/autopilot/tree/uninstall) that shows what happens on
```
argocd-autopilot repo uninstall
```

See https://argocd-autopilot.readthedocs.io/en/stable/Getting-Started/