- 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
32 lines
744 B
YAML
32 lines
744 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: netris-operator
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://netrisai.github.io/charts
|
|
chart: netris-operator
|
|
targetRevision: "*"
|
|
helm:
|
|
releaseName: netris-operator
|
|
valuesObject:
|
|
controller:
|
|
host: https://netris.turbo.weystrom.dev
|
|
login: netris
|
|
password: newNet0ps
|
|
insecure: false
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: netris-operator
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|