Abdullah Alaqeel

Results 104 comments of Abdullah Alaqeel

Sorry I meant https://min.io/docs/minio/kubernetes/upstream/reference/tenant-chart-values.html#minio-tenant-chart-values Regardless, its not very straightforward to find

While writing the issue I read through the docs and I found this syntax: `$newdict := merge $dest $source1 $source2` However, if we're changing $dest, what's the purpose of $newdict?...

Thank you for the detailed explanation! Does it mean that in`$dummy := $dist $s1 $s2`, $dummy and $dist have the same reference? Or is $dummy a deepCopy of $dist?

@JuryA you shouldn’t expect all helm users to read sprig docs

@LukasTy I just looked at these deprecations and that slot is not deprecated. They're changing the composition class but not the prop itself. https://mui.com/material-ui/react-text-field/#sizes Also, this is part of our...

btw, class `MuiPickersInputBase-inputSizeSmall` is a thing but is not included in the classes file. https://github.com/mui/mui-x/blob/259dc9c09c4488b224e104a9b132853833f5932a/packages/x-date-pickers/src/PickersTextField/PickersInputBase/PickersInputBase.tsx#L197 Also, the styling is inconsistent between the v7 and v8. This is how I was...

Let’s also make sure that it has the same size as a small outlined input. I think can be achieved by adding these styles: ``` MuiPickersOutlinedInput: { styleOverrides: { root:...

@LukasTy yeah but only if you don't have custom styling. Because the new pickers have different elements, the styling becomes inconsistent. look at this updated repro: https://stackblitz.com/edit/cn9swszb Also, notice that...

This can be done by * adding this to _helpers.tpl ```tpl {{/* Renders a value that contains template. Usage: {{ include "chart.render" ( dict "value" .Values.path.to.the.Value "context" $) }} https://github.com/minio/operator/blob/v5.0.16/helm/tenant/templates/_helpers.tpl...

@scherrey we started investigating Rook Ceph for k8s when minio stopped shipping docker images. I see people on twitter recommending rustfs as well. Might be worth a shot