- k0s bootstrap with Cilium and OpenEBS - ArgoCD apps for infra, CAPI, Tinkerbell, and Netris - Ansible playbooks for virtual baremetal lab and Netris switches - CAPI provider manifests for k0smotron and Tinkerbell
24 lines
510 B
YAML
24 lines
510 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: capi-providers
|
|
namespace: argo
|
|
spec:
|
|
project: default
|
|
source:
|
|
path: manifests/capi-stack
|
|
repoURL: "ssh://git@git.weystrom.dev:2222/pbhv/apps.git"
|
|
targetRevision: HEAD
|
|
directory:
|
|
recurse: true
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: capi
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|