-
Notifications
You must be signed in to change notification settings - Fork 26
Helm chart scaffolding and core templates #132
Copy link
Copy link
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Fields
Give feedbackNo fields configured for Feature.
Create the initial Helm chart with core templates that cover the minimum viable installation: CRD, ServiceAccount, RBAC (manager, leader election, metrics), Deployment, and Metrics Service.
The chart should produce the same resources as the current kustomize deployment when using default values. All existing kustomize resources under
config/serve as the source of truth.helm lintandhelm templateshould pass, andhelm installon a Kind cluster should successfully deploy the operator.