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.