Skip to content

Commit 6e0de87

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): pointing kubectl to the right place
1 parent 1dd63bb commit 6e0de87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func build(conf *Config, builderKey, gitSha string) error {
308308
fmt.Sprintf("--namespace=%s", conf.PodNamespace),
309309
"create",
310310
"-f",
311-
fmt.Sprintf("/etc/%s.yaml", slugName),
311+
fmt.Sprintf("/etc/%s.yaml", finalManifestFileName),
312312
)
313313
kCreateCmd.Stderr = os.Stderr
314314
if err := run(kCreateCmd); err != nil {

0 commit comments

Comments
 (0)