Dapr uses the helm --namespace parameter but also requires namespace to be appended to resources that don't adhere to that flag.
Error without this:
circleci@ip-10-0-29-202:~$ kubectl get kustomizations -A
NAMESPACE NAME AGE READY STATUS
flux-system kratix-platform-dependencies 82s False RoleBinding/dapr-injector namespace not specified: the server could not find the requested resource...
Dapr uses the helm
--namespace
parameter but also requires namespace to be appended to resources that don't adhere to that flag.Error without this: