2024-01-09 21:39:04 -05:00
|
|
|
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
|
2024-01-09 21:43:28 -05:00
|
|
|
path: ./argo/resources/metallb
|
2024-01-09 21:39:04 -05:00
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: kube-system
|
|
|
|
|