feat: metallb
This commit is contained in:
parent
cd9b679b3d
commit
8fff4eb2b5
1 changed files with 17 additions and 0 deletions
17
argo/utilities/templates/metallb.yaml
Normal file
17
argo/utilities/templates/metallb.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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/metallb
|
Loading…
Reference in a new issue