confidential-containers / trustee

Attestation and Secret Delivery Components
Apache License 2.0
61 stars 81 forks source link

config: fix custom pccs deployment for TDX #439

Closed fitzthum closed 2 months ago

fitzthum commented 2 months ago

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.

wainersm commented 2 months ago

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.

Maybe we don't even need the nodeport manifests in per-arch overlays as it should be arch-agnostic. Anyway, this is a topic for another PR maybe :)