sablierapp / sablier

Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.
https://sablierapp.dev/
GNU Affero General Public License v3.0
1.36k stars 46 forks source link

feat(kubernetes): add `provider.kubernetes.delimiter` config property #253

Closed acouvreur closed 8 months ago

acouvreur commented 8 months ago

the delimiter configuration property for kubernetes allows you to change the default "_" delimiter.

By specifying "/" or "." as a delimiter you ensure that you won't collide with objects names that contains the default delimiter "_".

Fixes #207

acouvreur commented 8 months ago

:tada: This PR is included in version 1.7.0-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

acouvreur commented 4 months ago

:tada: This PR is included in version 1.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: