Skip to content

Instantly share code, notes, and snippets.

@EronWright
Created December 12, 2024 17:17
Show Gist options
  • Save EronWright/034d336dd910f76479d63e77360595d0 to your computer and use it in GitHub Desktop.
Save EronWright/034d336dd910f76479d63e77360595d0 to your computer and use it in GitHub Desktop.
Argo CD with Pulumi Kubernetes Operator
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