15 lines
342 B
YAML
15 lines
342 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metallb-config
|
|
namespace: argocd
|
|
spec:
|
|
project: infra
|
|
source:
|
|
repoURL: https://git.dvirlabs.com/dvirlabs/infra.git
|
|
targetRevision: HEAD
|
|
path: manifests/metallb/config
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: metallb-system
|