This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Description
When doing clusterctl init with packet provider the PACKET_API_TOKEN env var is required because the manager uses it to interact with PacketAPI.
We create the secret but its content is not base64 encoded, so it means that when kubernetes tries to attach it as env var in the pod it can't decode it