From 2e48345753fcd95bf832c8635208edc2868df3d8 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 28 Oct 2025 17:26:22 -0500 Subject: [PATCH] add missing file to kustomization --- infrastructure/ontime-operator/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/ontime-operator/kustomization.yaml b/infrastructure/ontime-operator/kustomization.yaml index db4e7f2..2806d81 100644 --- a/infrastructure/ontime-operator/kustomization.yaml +++ b/infrastructure/ontime-operator/kustomization.yaml @@ -1,6 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: + - ./cluster-role-binding.yaml - ./deploy.yaml - ./namespace-prefix-policy.yaml - ./service-account.yaml \ No newline at end of file