-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Issue: Broken link in on-prem installation documentation
Description
The on-prem installation documentation contains a broken manifest URL that returns a 404 error.
Location
File: opencost-website/docs/configuration/_install_manifest.mdx
Reference commit: 9f728b6 — Reorganization of the installation documentation (#216)
Documentation page: https://opencost.io/docs/configuration/on-prem
Broken Link
https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml
Context: This URL appears in the basic installation instructions:
"For basic Kubernetes Cost Allocations without Cloud Costs…
kubectl apply --namespace opencost -f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml"
Expected Behavior
The link should point to a valid opencost.yaml manifest in the repository.
Proposed Solution
Update the URL to reference the correct manifest location, or update the documentation if the manifest has been renamed or removed.
Additional Information
I can submit a PR to fix this once the correct manifest path is confirmed.