Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active October 6, 2023 06:13
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 initcron/565e5b513ab0ca0dd3b85c61173598c7 to your computer and use it in GitHub Desktop.
Save initcron/565e5b513ab0ca0dd3b85c61173598c7 to your computer and use it in GitHub Desktop.
Argocd Application Spec for Dev Env
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vote-dev
namespace: argocd
spec:
destination:
namespace: dev
server: https://kubernetes.default.svc
project: default
source:
path: staging
repoURL: https://github.com/devops-0001/vote-deploy.git
targetRevision: main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment