commit | ec0b44daea1a18953522309cd02c42986db7b52f | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun@opennetworking.org> | Fri Jan 10 15:50:53 2020 -0700 |
committer | Hyunsun Moon <hyunsun@opennetworking.org> | Mon Jan 13 13:09:16 2020 -0700 |
tree | e3d3f4d5e3d3753b093d7e19f36c5f79c0359922 | |
parent | e921572f06929dc348d45ba3be334cdb24731a5b [diff] |
EDGEPOD-85 Add ability to enable coredump for OMEC apps Core files will be generated when config.coreDump.enabled is set to true. Path of the generated core files can be configured by setting config.coreDump.path, which is set to /tmp/coredump by default. Change-Id: I5149751ba091a1f49e2eee91a14889898301a7bf
This repo contains the helm charts for use in the CORD and subsidiary projects.
Thes charts are published on: https://charts.opencord.org/
Please see https://guide.opencord.org/charts/helm.html for more complete documentation.
When you make changes to charts, please make sure of the following:
Make sure the chart passes a strict lint with helm lint --strict <chartname>
. The scripts/helmlint.sh
will check all charts.
When you modify a chart, you must increase the version in Chart.yaml
. You may also need to update other charts that depend on your chart.