-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I was trying local testing as per the docs mentioned here, https://flanksource.com/docs/installation/local-testing
❯ helm install mission-control \
flanksource/mission-control \
-n mission-control \
--create-namespace \
--wait \
-f values.yaml
coalesce.go:237: warning: skipped value for canary-checker.serviceMonitor: Not a table.
Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
mission-control:
- db.resources.requests: Additional property cpu is not allowed
Upon checking the chart’s readme, https://github.com/flanksource/mission-control-chart/blob/main/chart/README.md, I figured out it’s supporting only db.resources.requests.memory.
Removing the db.resources.requests.cpu from the values.yaml fixed this. It would be beneficial to have this in the documentation.
Metadata
Metadata
Assignees
Labels
No labels