Skip to content

Commit 60c8d28

Browse files
committed
Fixed #179.
Signed-off-by: Laird Nelson <ljnelson@gmail.com>
1 parent b4c27d0 commit 60c8d28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/microbean/helm/chart/StreamOrientedChartLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ protected void installAny(final Chart.Builder chartBuilder, final InputStream st
715715
builder.setTypeUrl(name);
716716
final ByteString fileContents = ByteString.readFrom(stream);
717717
assert fileContents != null;
718-
assert fileContents.isValidUtf8();
719718
builder.setValue(fileContents);
720719
}
721720

0 commit comments

Comments
 (0)