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
There are cases where explicit labels are being passed that are expected to overwrite default labels. This breaks some templating systems that consider this to be an error. Instead it would be better if the default labels omit the duplicated values
where app.kubernetes.io/name: tooljet-postgrest is expected to overwrite {{- include "tooljet.labels" . | nindent 4 }}
0sHelm install failed for release tooljet/tooljet with chart [email protected]: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 13: mapping key "app.kubernetes.io/name" already defined at line 8 line 12: mapping key "app.kubernetes.io/instance" already defined at line 9 line 22: mapping key "app.kubernetes.io/name" already defined at line 18 line 21: mapping key "app.kubernetes.io/instance" already defined at line 19
The text was updated successfully, but these errors were encountered:
There are cases where explicit labels are being passed that are expected to overwrite default labels. This breaks some templating systems that consider this to be an error. Instead it would be better if the default labels omit the duplicated values
Eg here https://github.com/ToolJet/helm-charts/blob/302efbf7125b6547375276e4cd1a6fe3dfd387ea/charts/tooljet/templates/service-pgrst.yml#L9C23-L9C27
where
app.kubernetes.io/name: tooljet-postgrest
is expected to overwrite{{- include "tooljet.labels" . | nindent 4 }}
The text was updated successfully, but these errors were encountered: