Created
December 12, 2024 17:17
-
-
Save EronWright/034d336dd910f76479d63e77360595d0 to your computer and use it in GitHub Desktop.
Argo CD with Pulumi Kubernetes Operator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: argoproj.io/v1alpha1 | |
kind: Application | |
metadata: | |
name: kubernetes-py-guestbook | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io/background | |
spec: | |
project: default | |
destination: | |
namespace: default | |
server: https://kubernetes.default.svc | |
source: | |
path: argo-cd/kubernetes-py-guestbook | |
repoURL: https://github.com/EronWright/pulumi-demos.git | |
ignoreDifferences: | |
- group: pulumi.com | |
kind: Stack | |
jsonPointers: | |
- /metadata/annotations/pulumi.com~1reconciliation-request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment