Skip to content

Update helm install doc #452

@govindkailas

Description

@govindkailas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions