You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Helm chart to metal-operator to simplify deployment and configuration in Kubernetes environments. This will enable easy management of deployments and customizations.
Requirements
Create a Helm chart directory (e.g., /charts/metal-operator).
Include templates for:
Deployment, Service, RBAC, and ConfigMap.
Define values.yaml with customizable options:
Image, resources, node selector, tolerations, etc.
Validate with helm lint.
Test deployment in a Kubernetes environment.
Add documentation under usage/installation describing the usage of this helm chart.
Definition of Done
Helm chart is functional and passes validation.
Deployment is tested in Kubernetes.
Documentation is complete.
GH workflow which includes Helm chart linting.
The text was updated successfully, but these errors were encountered:
Description
Add a Helm chart to
metal-operator
to simplify deployment and configuration in Kubernetes environments. This will enable easy management of deployments and customizations.Requirements
/charts/metal-operator
).values.yaml
with customizable options:helm lint
.usage/installation
describing the usage of this helm chart.Definition of Done
The text was updated successfully, but these errors were encountered: