Skip to content

Commit 3913fe5

Browse files
committed
Remove white space
1 parent de45c4e commit 3913fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/redpanda/chart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ func TestGoHelmEquivalence(t *testing.T) {
847847
Enterprise: &redpanda.PartialEnterprise{License: ptr.To("LICENSE_PLACEHOLDER")},
848848
External: &redpanda.PartialExternalConfig{
849849
// include, required and tpl are not yet implemented in gotohelm package
850-
Domain: ptr.To("{{ trunc 4 .Values.external.prefixTemplate | lower | repeat 3 }}-testing "),
850+
Domain: ptr.To("{{ trunc 4 .Values.external.prefixTemplate | lower | repeat 3 }}-testing"),
851851
Type: ptr.To(corev1.ServiceTypeLoadBalancer),
852852
PrefixTemplate: ptr.To("$POD_ORDINAL-XYZ-$(echo -n $HOST_IP_ADDRESS | sha256sum | head -c 7)"),
853853
ExternalDNS: &redpanda.PartialEnableable{Enabled: ptr.To(true)},

0 commit comments

Comments
 (0)