Skip to content

Commit

Permalink
Fix updated namespace name in apps_v1 out file
Browse files Browse the repository at this point in the history
Signed-off-by: John Starich <[email protected]>
  • Loading branch information
JohnStarich committed Aug 21, 2020
1 parent d3e3899 commit 06cb005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/genolm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func run(output, repoRoot, versionStr string) error {

// DeploymentSpec
var deployment appsv1.Deployment
deploymentBytes, err := ioutil.ReadFile(filepath.Join(repoRoot, "out/apps_v1_deployment_ibmcloud-operator-controller-manager.yaml"))
deploymentBytes, err := ioutil.ReadFile(filepath.Join(output, "apps_v1_deployment_ibmcloud-operators-controller-manager.yaml"))
if err != nil {
return errors.Wrap(err, "Error reading generated deployment file. Did kustomize run yet?")
}
Expand Down

0 comments on commit 06cb005

Please sign in to comment.