Remove duplicate comment block in create_test.go
Removed duplicate comment lines (530-532) as identified by code review. Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
parent
d576f9f65a
commit
d7934bae3d
|
|
@ -527,9 +527,6 @@ releaseContext:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestHelmBinaryInBases tests that helmBinary and kustomizeBinary settings
|
|
||||||
// from bases are properly merged with later values overriding earlier ones
|
|
||||||
|
|
||||||
// TestHelmBinaryInBases tests that helmBinary and kustomizeBinary settings
|
// TestHelmBinaryInBases tests that helmBinary and kustomizeBinary settings
|
||||||
// from bases are properly merged with later values overriding earlier ones
|
// from bases are properly merged with later values overriding earlier ones
|
||||||
func TestHelmBinaryInBases(t *testing.T) {
|
func TestHelmBinaryInBases(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue