Skip to content

Instantly share code, notes, and snippets.

@mikesparr
Created August 21, 2020 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikesparr/ea3c650473b07bd02317d94169eac838 to your computer and use it in GitHub Desktop.
Save mikesparr/ea3c650473b07bd02317d94169eac838 to your computer and use it in GitHub Desktop.
Kong Argo CD application
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kong
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: kong
repoURL: https://github.com/mikesparr/gcp-cicd-demo-config
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment