19 lines
426 B
YAML
19 lines
426 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: weave-net
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: cluster.fun
|
|
destination:
|
|
namespace: kube-system
|
|
name: cluster-fun (scaleway)
|
|
source:
|
|
path: manifests/weave-net
|
|
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
|
targetRevision: HEAD
|
|
syncPolicy:
|
|
automated: {}
|