feat: deploy spinkube operator
All checks were successful
Renovate / renovate (push) Successful in 1m50s
All checks were successful
Renovate / renovate (push) Successful in 1m50s
This commit is contained in:
parent
660e2dc880
commit
813ecd3bf5
2 changed files with 30 additions and 0 deletions
23
spinkube/kustomization.yaml
Normal file
23
spinkube/kustomization.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
namespace: spin-system
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- resources/namespace.yaml
|
||||||
|
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.crds.yaml
|
||||||
|
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.runtime-class.yaml
|
||||||
|
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.shim-executor.yaml
|
||||||
|
|
||||||
|
helmCharts:
|
||||||
|
- name: kwasm-operator
|
||||||
|
repo: https://kwasm.sh/kwasm-operator/
|
||||||
|
namespace: spin-system
|
||||||
|
version: "0.2.3"
|
||||||
|
includeCRDs: true
|
||||||
|
|
||||||
|
- name: spin-operator
|
||||||
|
repo: oci://ghcr.io/spinkube/charts
|
||||||
|
namespace: spin-system
|
||||||
|
version: "0.3.0"
|
||||||
|
includeCRDs: true
|
7
spinkube/resources/namespace.yaml
Normal file
7
spinkube/resources/namespace.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: spin-system
|
||||||
|
labels:
|
||||||
|
prometheus: default
|
Loading…
Reference in a new issue