From 187a951739bfd4a7726261fabba11dfca0406b2e Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Tue, 9 Jul 2024 10:59:50 -0500 Subject: [PATCH] config: fix custom pccs deployment for TDX We recently split the nodeport yaml into an s390x and an x86_64 directory, but we forgot to update the custom_pccs yaml to point to the correct one. For now let's assume that the custom_pccs will always run on x86_64 since it's for TDX. We might revisit that assumption in the future. Signed-off-by: Tobin Feldman-Fitzthum --- kbs/config/kubernetes/custom_pccs/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbs/config/kubernetes/custom_pccs/kustomization.yaml b/kbs/config/kubernetes/custom_pccs/kustomization.yaml index 07c08c3cb..4d24a667c 100644 --- a/kbs/config/kubernetes/custom_pccs/kustomization.yaml +++ b/kbs/config/kubernetes/custom_pccs/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: coco-tenant resources: -- ../nodeport +- ../nodeport/x86_64 patches: - path: set_custom_pccs.yaml