Service-Hub icon indicating copy to clipboard operation
Service-Hub copied to clipboard

[UI] Default namespace should be username

Open rtpro opened this issue 2 years ago • 0 comments

When deploying an app or a helm chart, set namespace as the currently logged-in user name.

  • [x] Applications screen > Deploy App Modal
  • [x] Catalog > Deploy app modal
  • [x] Helm > Charts > Deploy chart modal

Image

Namespaces can be only AlphaNumeric, thus when using the username as a namespace it should:

  • [x] Replace @ with -- (2 dashes)
  • [x] Replace any non-AlphaNumeric character with -. (dash)

rtpro avatar Dec 20 '22 07:12 rtpro