Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 9224fa2

Browse files
Rob0hlaverya
authored andcommitted
Remove render requirement (#718)
(cherry picked from commit 78d7db5)
1 parent df8ad55 commit 9224fa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/specs/chart.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ func (r *Resolver) DefaultRawRelease(basePath string) api.Spec {
131131
{
132132
Render: &api.Render{
133133
StepShared: api.StepShared{
134-
ID: "render",
135-
Requires: []string{"values"},
134+
ID: "render",
136135
},
137136
Root: ".",
138137
},

0 commit comments

Comments
 (0)