apps/spinkube/kustomization.yaml

19 lines
610 B
YAML
Raw Permalink Normal View History

2024-11-05 18:07:14 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: spin-system
resources:
- resources/namespace.yaml
2024-11-10 08:55:06 +00: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 18:07:14 +00:00
helmCharts:
- name: spin-operator
repo: oci://ghcr.io/spinkube/charts
2024-11-10 08:53:31 +00:00
releaseName: spin-operator
2024-11-05 18:07:14 +00:00
namespace: spin-system
version: "0.4.0"
2024-11-05 18:07:14 +00:00
includeCRDs: true