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:
|
||||
project: default
|
||||
source:
|
||||
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git
|
||||
targetRevision: HEAD
|
||||
path: manifests/metallb
|
||||
repoURL: https://metallb.github.io/metallb
|
||||
chart: metallb
|
||||
targetRevision: 0.15.3
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue