Last active
May 23, 2025 09:14
-
-
Save initcron/bcbe6c93781732cc316a51a4dc32ec9b to your computer and use it in GitHub Desktop.
ArgoCD App for Prod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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