20 lines
454 B
YAML
20 lines
454 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: link
|
||
|
namespace: argocd
|
||
|
finalizers:
|
||
|
- resources-finalizer.argocd.argoproj.io
|
||
|
spec:
|
||
|
project: cluster.fun
|
||
|
destination:
|
||
|
namespace: link
|
||
|
name: cluster-fun (scaleway)
|
||
|
source:
|
||
|
path: manifests/link
|
||
|
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||
|
targetRevision: HEAD
|
||
|
syncPolicy:
|
||
|
automated: {}
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|