From 4a8d17e1470a79d73cf6bfad01666b48629a7350 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 28 Oct 2025 17:08:42 -0500 Subject: [PATCH] fix file name --- infrastructure/ontime-operator/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ontime-operator/kustomization.yaml b/infrastructure/ontime-operator/kustomization.yaml index e190203..db4e7f2 100644 --- a/infrastructure/ontime-operator/kustomization.yaml +++ b/infrastructure/ontime-operator/kustomization.yaml @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./deploy.yaml - - ./namepsace-prefix-policy.yaml + - ./namespace-prefix-policy.yaml - ./service-account.yaml \ No newline at end of file