We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de45c4e commit 3913fe5Copy full SHA for 3913fe5
charts/redpanda/chart_test.go
@@ -847,7 +847,7 @@ func TestGoHelmEquivalence(t *testing.T) {
847
Enterprise: &redpanda.PartialEnterprise{License: ptr.To("LICENSE_PLACEHOLDER")},
848
External: &redpanda.PartialExternalConfig{
849
// include, required and tpl are not yet implemented in gotohelm package
850
- Domain: ptr.To("{{ trunc 4 .Values.external.prefixTemplate | lower | repeat 3 }}-testing "),
+ Domain: ptr.To("{{ trunc 4 .Values.external.prefixTemplate | lower | repeat 3 }}-testing"),
851
Type: ptr.To(corev1.ServiceTypeLoadBalancer),
852
PrefixTemplate: ptr.To("$POD_ORDINAL-XYZ-$(echo -n $HOST_IP_ADDRESS | sha256sum | head -c 7)"),
853
ExternalDNS: &redpanda.PartialEnableable{Enabled: ptr.To(true)},
0 commit comments