devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.29k stars 359 forks source link

Render command doesn't render manifest userspace information #1782

Closed enricopesce closed 1 year ago

enricopesce commented 2 years ago

What happened? If I render the manifest with the current commands

devspace use namespace test devspace render --silent

the manifest misses any content about the namespace definition

What did you expect to happen instead? I expect the namespace definition in the render command

/kind bug

LukasGentele commented 2 years ago

Are you using the component chart? If yes, please see this issue: https://github.com/loft-sh/component-chart/issues/60

enricopesce commented 2 years ago

no I'm using kustomize!

Il Ven 26 Nov 2021, 17:57 Lukas Gentele @.***> ha scritto:

Are you using the component chart? If yes, please see this issue: loft-sh/component-chart#60 https://github.com/loft-sh/component-chart/issues/60

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/loft-sh/devspace/issues/1782#issuecomment-980142706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVJERNDHKETCCCV26I7LIDUN636VANCNFSM5I2LUZQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

LukasGentele commented 2 years ago

Thanks for clarifying. Why don't you add the namespace definition to your kustomization then? We are effectively just calling kustomize for the actual rendering AFAIK and showing the namespace seems not their default behavior (and not in Helm either).