From ae21d3015099fbb5d44265bdd038da234b6c07a1 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Sat, 6 Apr 2024 12:25:38 -0400 Subject: [PATCH] get rid of global service for now --- resources/policy/services/constraints.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/resources/policy/services/constraints.yaml b/resources/policy/services/constraints.yaml index b9337c4..9a7d2e5 100644 --- a/resources/policy/services/constraints.yaml +++ b/resources/policy/services/constraints.yaml @@ -16,15 +16,4 @@ spec: clusterRef: kind: Cluster name: mgmt - namespace: infra ---- -apiVersion: deployments.plural.sh/v1alpha1 -kind: GlobalService -metadata: - name: opa-constraints - namespace: policy -spec: - serviceRef: - name: opa-constraints - namespace: policy - \ No newline at end of file + namespace: infra \ No newline at end of file