Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 756 Bytes

File metadata and controls

20 lines (15 loc) · 756 Bytes

Arcane CRD

This repository contains Custom Resource Definitions for Arcane, packed in a Helm Chart. This chart must be installed prior to installing Arcane components that depend on these CRDs.

Quickstart

Install the chart directly from GHCR.

helm install arcane-crd oci://ghcr.io/sneaksanddata/helm/arcane-crd

Updating the CRD

CRDs are generated from arcane-operator. Assuming you have a local copy of that repo, follow these steps to update the CRDs in this repo:

ARCANE_LOCATION=../arcane-operator go generate generate.go

Once the script completes, the updated CRDs will be in the .helm/templates directory.