mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
17 lines
328 B
YAML
17 lines
328 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: scraper
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
syncPolicy:
|
|
automated: {}
|
|
source:
|
|
repoURL: git@github.com:wahyd4/scraper.git
|
|
targetRevision: master
|
|
path: .
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: apps
|