Skip to content

Commit

Permalink
config: fix custom pccs deployment for TDX
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fitzthum committed Jul 9, 2024
1 parent 202deb9 commit e890fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbs/config/kubernetes/custom_pccs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
namespace: coco-tenant

resources:
- ../nodeport
- ../nodeport/x86_64

patches:
- path: set_custom_pccs.yaml
Expand Down

0 comments on commit e890fc9

Please sign in to comment.