redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
75 stars 96 forks source link

Add console chart templeting #1533

Open RafalKorepta opened 1 week ago

RafalKorepta commented 1 week ago

For operator reconciliation the Kubernetes resources generation will be available as go function.

In this commit the Unwrap will now decode corev1.Volume correctly to not lose inlined VolumeSource.

The helmette.Empty will recognise empty string correctly.

Stucts used to convert TLS configuration for Console are now copied and json tags are used insdead of yaml, to correctly marshal and unmarshal Console configuration.

Fix typo in the ConsoleTLS function name.

Adjust test case which asserts equality between helm template result and go template function.

Allow genpartial load generated files as Redpanda values references Console PartialValues.