apps/spinkube/kustomization.yaml

19 lines
610 B
YAML
Raw Normal View History

2024-11-05 19:07:14 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: spin-system
resources:
- resources/namespace.yaml
2024-11-10 09:55:06 +01:00
- https://github.com/spinkube/spin-operator/releases/download/v0.4.0/spin-operator.crds.yaml
- https://github.com/spinkube/spin-operator/releases/download/v0.4.0/spin-operator.runtime-class.yaml
- https://github.com/spinkube/spin-operator/releases/download/v0.4.0/spin-operator.shim-executor.yaml
2024-11-05 19:07:14 +01:00
helmCharts:
- name: spin-operator
repo: oci://ghcr.io/spinkube/charts
2024-11-10 09:53:31 +01:00
releaseName: spin-operator
2024-11-05 19:07:14 +01:00
namespace: spin-system
version: "0.4.0"
2024-11-05 19:07:14 +01:00
includeCRDs: true