Created
December 28, 2021 14:16
-
-
Save kusznerr/36ddd6694bca25ea40ae49902f37887a to your computer and use it in GitHub Desktop.
Sample ArgoCD Application definition
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: rafal-java-spring | |
namespace: argocd | |
finalizers: | |
- resources-finalizer.argocd.argoproj.io | |
spec: | |
destination: | |
namespace: rafal-app | |
server: https://kubernetes.default.svc | |
project: default | |
source: | |
path: helm/rafal-app-gke-prod | |
repoURL: https://github.com/kusznerr/rafal-java-spring-deployments.git | |
targetRevision: HEAD | |
syncPolicy: | |
syncOptions: | |
- CreateNamespace=true | |
automated: | |
prune: true | |
selfHeal: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment