Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active June 26, 2020 12:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: message-app-staging
namespace: argocd
environment: staging
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
# Source of the application manifests
source:
repoURL: https://github.com/akash-gautam/message-app-manifests.git
targetRevision: HEAD
path: manifests/staging
# Destination cluster and namespace to deploy the application
destination:
server: https://kubernetes.default.svc
namespace: staging
syncPolicy:
automated:
prune: false
selfHeal: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment