commit | 10152303aaf7bae18aa2342fbdfce00c4849f4fe | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun@opennetworking.org> | Thu Oct 24 20:23:35 2019 -0500 |
committer | Hyunsun Moon <hyunsun@opennetworking.org> | Fri Oct 25 01:29:30 2019 +0000 |
tree | e45325fb3ea5a167fb3438b417b2e87796bd11d1 | |
parent | 028d2fd6ede31c584f6cfe1eaef8709ba297ea36 [diff] |
Fix helm hooks doesn't work in oaisim with Helm 2.15 Also use helper for reducing duplicate code lines for service account and resource labels. Change-Id: I2987d1f5fc9ac961da9adf858b36fb9828154210
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.