SLT-792: Set enableServiceLinks to false in mariadb statefulsets#331
SLT-792: Set enableServiceLinks to false in mariadb statefulsets#331
Conversation
…e we have in all other charts.
|
Any chance it could be exposed as a setting? In case someone still prefers having service links.. |
Sure, it could. But seeing as we don't provide such a setting in any other charts, I thought it would be good to stay consistent :) I suggest we would deploy this like this and create a separate ticket about exposing this parameter as a setting. |
|
Oh :D |
|
|
|
@Jancis PR updated with the parameter exposed as a setting.
I found that these files include PodSpec but do not have the enableServiceLinks parameter set:
I suggest we create a separate ticket for evaluating if those need to be updated as well, and keep this current ticket and PR scoped for mariadb. |
|
Thank You for checking those templates. Yes, create a separate (bundled) ticket for all those and this ticket will remain separate. |
|
Merging this before drupal and frontend chart releases so they can pack the adjusted (and released) mariadb subchart. |
Changes proposed:
falsein our drupal chartBackground:
In namespaces with large amount of environments, having enableServiceLinks set to the default value of "true" causes the number of environment variables to get so high that bash becomes super slow.