Skip to content

Instantly share code, notes, and snippets.

@carlosescura
Created September 29, 2020 07:57
Show Gist options
  • Save carlosescura/599363e7bb463210a9f83e7de6ccf9a2 to your computer and use it in GitHub Desktop.
Save carlosescura/599363e7bb463210a9f83e7de6ccf9a2 to your computer and use it in GitHub Desktop.
Spark streaming app in ArgoCD
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: data-spark-jobs
namespace: argocd
spec:
destination:
namespace: spark
server: 'https://kubernetes.default.svc'
project: data-platform-projects
source:
helm:
valueFiles:
- values.yaml
- values.prod.yaml
path: k8s/data-spark-jobs
repoURL: 'https://github.com/thereponame'
targetRevision: HEAD
syncPolicy: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment