fix: point metallb application at the metallb github repo to install from Helm
This commit is contained in:
parent
d6cf69e33a
commit
faf37aa0aa
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git
|
repoURL: https://metallb.github.io/metallb
|
||||||
targetRevision: HEAD
|
chart: metallb
|
||||||
path: manifests/metallb
|
targetRevision: 0.15.3
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue