lensapp/lens

Quick-add configmap file entry from side panel configmap view

Open

#6816 opened on Dec 22, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (22,003 stars) (1,433 forks)batch import
enhancementgood first issue

Description

What would you like to be added: Quick-add configmap file entry from side panel view of configmaps. When you click a configmap, you are presented, in the side panel, with the ability to edit any files in the config map. It would be very convenient to have the ability to quickly add new files to the config map without having to edit the resource.

Why is this needed: In many cases, services are configured by placing any number of config files in a directory. This is a time saver. There is no need to visually parse a resource yaml file, and risk making indentation errors, just to perform a simple operation. This would be very convenient for anyone managing a large number of similar configuration files which are loaded using a wildcard.

Environment you are Lens application on:

  • Kubernetes distribution: many
  • Desktop OS: osx Ventura

Contributor guide