You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helm chart does not allow adding extra labels to the resources it creates, in our clusters we have admission control and we require all resources to be labelled.
DB Connection SSL mode is hardcoded to disabled.
Impact
Helm chart cannot be used if extra labels are required.
Using a database with SSL enabled is not possible.
Ideal future situation
Users can specify a set of extra labels and annotations and configure SSL for the DB Connection.
Implementation options
Add the option in the helm charts.
Additional information
The text was updated successfully, but these errors were encountered:
jescarri
changed the title
[RFE] Allow helm chart to add extraLabels and extraAnnotations to k8s resources
[RFE] Allow helm chart to add extraLabels and extraAnnotations to k8s resources / Set SSL Mode for DB Connection
Jun 23, 2023
Current situation
The helm chart does not allow adding extra labels to the resources it creates, in our clusters we have admission control and we require all resources to be labelled.
DB Connection SSL mode is hardcoded to disabled.
Impact
Helm chart cannot be used if extra labels are required.
Using a database with SSL enabled is not possible.
Ideal future situation
Users can specify a set of extra labels and annotations and configure SSL for the DB Connection.
Implementation options
Add the option in the helm charts.
Additional information
The text was updated successfully, but these errors were encountered: