github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/argocd/README.md (about) 1 import ExampleYAML from "@site/src/components/ExampleYAML"; 2 3 # ArgoCD (with Podinfo) 4 5 This example demonstrates how to use ArgoCD with Jackal to deploy the `stefanprodan/podinfo` app using GitOps. 6 7 It uses a vanilla configuration of ArgoCD with upstream containers. 8 9 If you want to learn more about how Jackal handles `git` repositories, see the [git-data](../git-data/) example. 10 11 ## `jackal.yaml` {#jackal.yaml} 12 13 :::info 14 15 To view the example in its entirety, select the `Edit this page` link below the article and select the parent folder. 16 17 ::: 18 19 <ExampleYAML src={require('./jackal.yaml')} showLink={false} />