Last active
October 6, 2023 06:13
-
-
Save initcron/565e5b513ab0ca0dd3b85c61173598c7 to your computer and use it in GitHub Desktop.
Argocd Application Spec for Dev Env
This file contains 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-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