Skip to content

Commit 3369b82

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): specify the right manifest file in kubectl create
1 parent a7ed200 commit 3369b82

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
@@ -309,7 +309,7 @@ func build(conf *Config, builderKey, gitSha string) error {
309309
fmt.Sprintf("--namespace=%s", conf.PodNamespace),
310310
"create",
311311
"-f",
312-
fmt.Sprintf("/etc/%s.yaml", finalManifestFileName),
312+
finalManifestFileLocation,
313313
)
314314
kCreateCmd.Stderr = os.Stderr
315315
if err := run(kCreateCmd); err != nil {

0 commit comments

Comments
 (0)