Add Helm installation steps to policy-controller install docs - #448
Merged
Hayden-IO merged 1 commit intoJul 27, 2026
Merged
Conversation
The policy-controller installation page mentioned the Helm chart only via a link in the first paragraph and jumped straight into advanced TUF root configuration, with no actual installation instructions. New users had a hard time finding how to install the controller. Restructure the page to lead with the Helm install workflow: - Add a Prerequisites section. - Add a prominent "Install with Helm" section with the repo add / install commands and the cosign-system namespace. - Add a verification step. - Group the existing advanced content (private TUF root, resync period) under clear headings. - Fix a stale cross-page anchor to the overview "Configure ... for namespaces" section. No existing information was removed. Fixes sigstore/policy-controller#1992 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0ce53efa-a7e9-4046-a24e-34c406601950 Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
✅ Deploy Preview for docssigstore ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks @nellshamrell that page looks really nice now. Well done! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The policy-controller installation page mentioned the Helm chart only via a link buried in the first paragraph, then jumped straight into advanced TUF root configuration — with no actual installation instructions. This restructures the page to lead with an actionable Helm install workflow.
I have verified the additions using an AKS cluster.
Fixes sigstore/policy-controller#1992
Changes
helm repo add/helm installcommands and thecosign-systemnamespace, sourced from the chart README.#configure-policy-controller-admission-controller-for-namespaces).Testing
markdownlint-cli2 --config .markdownlint-cli2.jsonc content/en/policy-controller/installation.md→ 0 issues.overview.md.