From e35e5a175701c38d8ac4404c75e1ea911644a3a6 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 29 May 2026 15:57:05 -0500 Subject: [PATCH] put deployment back --- .../ontime-jwetzell/ontime-operator/kustomization.yaml | 1 + .../ontime-jwetzell/ontime-operator/resourcegraphdefintion.yaml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 infrastructure/ontime-jwetzell/ontime-operator/resourcegraphdefintion.yaml diff --git a/infrastructure/ontime-jwetzell/ontime-operator/kustomization.yaml b/infrastructure/ontime-jwetzell/ontime-operator/kustomization.yaml index 1a0eda3..2806d81 100644 --- a/infrastructure/ontime-jwetzell/ontime-operator/kustomization.yaml +++ b/infrastructure/ontime-jwetzell/ontime-operator/kustomization.yaml @@ -2,5 +2,6 @@ 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 diff --git a/infrastructure/ontime-jwetzell/ontime-operator/resourcegraphdefintion.yaml b/infrastructure/ontime-jwetzell/ontime-operator/resourcegraphdefintion.yaml new file mode 100644 index 0000000..3f14f39 --- /dev/null +++ b/infrastructure/ontime-jwetzell/ontime-operator/resourcegraphdefintion.yaml @@ -0,0 +1,2 @@ +apiVersion: kro.run/v1alpha1 +kind: ResourceGraphDefinition \ No newline at end of file