syntasso / kratix-marketplace

Apache License 2.0
10 stars 8 forks source link

fix: continue to run kustomization with dapr dependencies #22

Closed abangser closed 2 months ago

abangser commented 2 months ago

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...
abangser commented 2 months ago

Merging without passing cloud tests as those are being worked on in parallel.