Skip to content

Add Helm values schema to all charts (pt2)#807

Draft
m-bull wants to merge 1 commit into
mainfrom
helm-values-schema-pt2
Draft

Add Helm values schema to all charts (pt2)#807
m-bull wants to merge 1 commit into
mainfrom
helm-values-schema-pt2

Conversation

@m-bull

@m-bull m-bull commented Jul 22, 2026

Copy link
Copy Markdown
Contributor
  • charts/: Generate chart schemas for all helm charts

Schemas generated using https://github.com/dadav/helm-schema by running the following commands from the repo root:

helm plugin install https://github.com/dadav/helm-schema
helm schema

and then refining the generated schema using @Schema comments in the relevant values.yaml files.

* charts/: Generate chart schemas for all helm charts

Schemas generated using https://github.com/dadav/helm-schema by
running the following commands from the repo root:
```
helm plugin install https://github.com/dadav/helm-schema
helm schema
```
and then refining the generated schema using @Schema comments
in the relevant values.yaml files.
@wtripp180901

Copy link
Copy Markdown
Contributor

Needs testing e2e in capi-operator before we merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants