Elven9 / TSMC-2022-CloudNative-Final

TSMC Cloud Native Final
0 stars 3 forks source link

feature: helm chart values use configmap to keep RabbitMQ host info. #13

Open ast9501 opened 2 years ago

ast9501 commented 2 years ago

Currently we define env variable inside cronjob. In this way we have to override helm chart values field with current RabbitMQ host. Maybe we can pre-defined a configmap with RabbitMQ host info, then mount the configmap into cronjob. After that we don't need to override the field each times.