Fleet not adding raw secret manifests

I’m having trouble adding a simple secret via fleet to a cluster. So far i’ve added helm charts that work perfectly with fleet. However, I can not figure out how to add a raw yaml file to create a secret.

If I run kubectl apply -f secret.yaml the secret is added just fine. Fleet shows active, but the secret is not deployed.

My fleet.yaml is simply just

defaultNamespace: testing
namespace: testing

And my folder structure is just fleet.yaml and secret.yaml in the same directory.

The issue was I have a semi long folder name and the generated resource name by fleet exceeded some “53 character limit”