17 lines
375 B
YAML
17 lines
375 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metallb
|
|
namespace: argocd
|
|
labels:
|
|
utilities: kube-system
|
|
spec:
|
|
destination:
|
|
namespace: kube-system
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
repoURL: https://metallb.github.io/metallb
|
|
targetRevision: HEAD
|
|
targetRevision: 0.13.12
|
|
chart: metallb
|