Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active May 23, 2025 09:14
Show Gist options
  • Save initcron/bcbe6c93781732cc316a51a4dc32ec9b to your computer and use it in GitHub Desktop.
Save initcron/bcbe6c93781732cc316a51a4dc32ec9b to your computer and use it in GitHub Desktop.
ArgoCD App for Prod
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vote-prod
namespace: argocd
spec:
destination:
namespace: prod
server: https://kubernetes.default.svc
project: default
source:
path: prod
repoURL: https://github.com/xxxxxx/vote-deploy.git
targetRevision: release
syncPolicy:
automated:
prune: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment