-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Summary
Currently, the user must manually create a ConfigMap with the semaphore configuration in order to use it. This process can be difficult for users who are not familiar with Kubernetes, and it also requires the user to have the necessary permissions. Additionally, the user must be careful about the format of the ConfigMap.
By adding support for creating the configuration via the CLI, users can more easily add new semaphore configurations. This would also simplify future support for creating database-backed semaphore configurations, and eventually, for adding UI support as well.
Use Cases
- creating a new configmap semaphore configuration using CLI
- make semaphore configuration creation less error-prone
Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.
Joibel and caelan-io