Installation
Installation
The operator ships in three formats.
Helm (recommended)
helm install temporal-operator oci://ghcr.io/bmorton/charts/temporal-operator \
--namespace temporal-system --create-namespaceSee the chart values
for configuration. Webhooks require cert-manager (webhook.enable=true by
default).
Raw kustomize / single manifest
kubectl apply -f https://github.com/bmorton/temporal-operator/releases/latest/download/install.yamlOLM bundle
operator-sdk run bundle ghcr.io/bmorton/temporal-operator-bundle:v0.1.0Verifying releases
See verifying-releases for Cosign and SLSA verification.