Docs/admin docs#27
Open
andrewfulton9 wants to merge 41 commits into
Open
Conversation
Add # -- and @default -- comments to all keys so helm-docs can generate a complete values reference table. Also add .helmignore to exclude docs/node_modules from helm's file scanner (was causing a spurious 5 MiB file-size lint error).
andrewfulton9
commented
Jun 9, 2026
| # -- Cluster hostname for the NebariApp route (e.g. `nebi.your-cluster.example.com`). | ||
| # **Required** when `nebariapp.enabled` is `true`. | ||
| # @default -- `""` (must be set explicitly) | ||
| hostname: "" |
Contributor
Author
There was a problem hiding this comment.
I uncommented this so that it would show up in the generated values.md file. Is that OK?
5 tasks
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.
Reference Issues or PRs
#10
Builds off of #11
What does this implement/fix?
Put a
xin the boxes that applyTesting
I verified kubectl commands and configuration with a deployed cluster on hetzner.
Documentation
Access-centered content checklist
Text styling
H1or#in markdown).Non-text content
Any other comments?
I used different sidebar sections in this then what was previously used in the nebari docs to make it more clear who different pages are for. I can change this back to “get started” “how-to guides” sections that we were using for packs but I will defer to others. It may be worth discussing this before continuing on on the other packs.