mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-08 17:03:36 +00:00
14 lines
357 B
YAML
14 lines
357 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: test2
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/marcel-dempers/docker-development-youtube-series.git
|
|
targetRevision: HEAD
|
|
path: argo/example-app
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: test |