feat: metal lb stuff
This commit is contained in:
parent
4ab0bb472c
commit
54057bb0ea
2 changed files with 29 additions and 0 deletions
15
argo/utilities/templates/metallb-deps.yaml
Normal file
15
argo/utilities/templates/metallb-deps.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: metal-lb-resources
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.thecodedom.com/smig/esxi-cluster.git
|
||||
targetRevision: HEAD
|
||||
path: resouces/metallb
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kube-system
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue