docs: add example values and ArgoCD Application#142
Draft
aktech wants to merge 4 commits into
Draft
Conversation
Add examples/ directory: nebari-values.yaml (full Nebari deploy needing only a keycloak.hostname edit) and argocd-application.yaml referencing the published chart, with the managedNamespaceMetadata label, five ignoreDifferences paths, and SkipDryRunOnMissingResource documented inline. Closes #127
Render examples/nebari-values.yaml and the values embedded in examples/argocd-application.yaml through `helm template` so they can't drift from the chart schema. Add tools/extract_helm_values.py to pull the inline ArgoCD values, and helmignore examples/ so deploy recipes don't ship in the chart package.
Add a deploy-example job that bootstraps the full NIC platform stack (operator + Keycloak + gateway) with action-nebari-sandbox, registers the chart with examples/nebari-values.yaml through add-software-pack, and blocks until the ArgoCD Application reaches Healthy. Exercises the example's Nebari path end to end: NebariApp CRD reconcile, operator OIDC client provisioning, and hub boot with Keycloak OAuth. Shared storage is disabled here (k3d has no RWX class; the kind-based e2e job covers it).
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.
Adds an
examples/directory (closes #127):nebari-values.yaml: full Nebari deploy, onlykeycloak.hostnameneeds editing.argocd-application.yaml: references the published chart, with thenebari.dev/managednamespace label, fiveignoreDifferencespaths, andSkipDryRunOnMissingResourcedocumented inline.README.md: install commands + the rbac-bootstrap PostSync re-sync note.Skipped
standalone-values.yamlpending the standalone-supported decision in #122.Note: the ArgoCD
repoURLpoints at the central helm-repository index; the chart appears there once its per-chart sync PR merges. Until then it installs fromoci://quay.io/nebari/charts(noted in the file).