Skip to content

Commit

Permalink
Merge pull request #125 from abe-hpe/main
Browse files Browse the repository at this point in the history
Fix _output location of make build-manifest command
  • Loading branch information
rootfs authored Dec 4, 2023
2 parents 8d6f64d + 4b8b214 commit 2ce11d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/kepler.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ make build-manifest OPTS="<deployment options>"
# deployment with sidecar on openshift:
# > make build-manifest OPTS="ESTIMATOR_SIDECAR_DEPLOY OPENSHIFT_DEPLOY"
```
Manifests will be generated in `_output/manifests/kubernetes/generated/` by default.
Manifests will be generated in `_output/generated-manifest/` by default.

Deployment Option|Description|Dependency
---|---|---
Expand Down

0 comments on commit 2ce11d8

Please sign in to comment.