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
- Host: GitHub
- URL: https://github.com/schnatterer/argocd-autopilot-example
- Owner: schnatterer
- License: mit
- Created: 2023-02-20T15:58:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T10:55:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T01:37:04.592Z (4 months ago)
- Topics: argocd, argocd-autopilot, gitops
- Homepage: https://argocd-autopilot.readthedocs.io/en/stable/Getting-Started/
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/