14 lines
370 B
YAML
14 lines
370 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: voyger-assign
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: voyger-assign
|
|
server: https://kubernetes.default.svc
|
|
project: voyger-assignments
|
|
source:
|
|
path: overlays/assignments
|
|
repoURL: https://gitea.icurfer.com/dev/voyger-assignments.git
|
|
targetRevision: HEAD |