From ed4dd3ab1e839585bd40c70a82a75ef44966b69f Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Tue, 30 Jan 2024 21:51:58 -0500 Subject: [PATCH] fix: use crds for operator install --- k8s/operator/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/operator/kustomization.yaml b/k8s/operator/kustomization.yaml index 673d8d9a..80e12e89 100644 --- a/k8s/operator/kustomization.yaml +++ b/k8s/operator/kustomization.yaml @@ -3,7 +3,7 @@ namespace: keramik resources: - ./manifests/operator.yaml - + - ./k8s/crds/v1alpha1.yaml # # # Uncomment either the latest or development section