20 lines
379 B
YAML
20 lines
379 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
namespace: devops
|
||
|
name: metallb
|
||
|
spec:
|
||
|
project: k3pi
|
||
|
|
||
|
source:
|
||
|
repoURL: https://git.bhasher.com/Bhasher/K3Pi.git
|
||
|
targetRevision: HEAD
|
||
|
path: services/utils/metallb/
|
||
|
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: metallb-system
|
||
|
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|