runtime
runtime copied to clipboard
Documentated, but unimplemented feature on deploying to pre-created namespaces feature
Related documentation page: https://runtime-docs.acorn.io/running/namespaces-and-service-accounts#to-verify-
This option does not seem to exist, as the following code always generates a name:
https://github.com/acorn-io/runtime/blob/8b9acb47a01e2ea40f5e8dbffbd7146971c83c4c/pkg/controller/appdefinition/namespace.go#L15-L29
@fe-ax I ran into this too.
The feature --target-namespace
as been removed in v0.8.0
according to the release notes.
The docs page you mentioned is already deleted on the main
branch and probably only pending a release.