Joey Armstrong | 8218059 | 2024-02-10 15:34:21 -0500 | [diff] [blame] | 1 | .. _Makefile Target lint-helm: |
| 2 | |
| 3 | LINT: lint-helm |
| 4 | =============== |
| 5 | |
| 6 | Helm Charts |
| 7 | =========== |
| 8 | |
| 9 | Command(s): |
| 10 | - `helmlint.sh <https://gerrit.opencord.org/plugins/gitiles/helm-repo-tools/+/refs/heads/master/helmlint.sh>`_ |
| 11 | |
| 12 | .. code:: bash |
| 13 | |
| 14 | make clean |
| 15 | make lint-helm 2>&1 | tee log |
| 16 | |
| 17 | Sources: |
| 18 | |
| 19 | - `makefiles/lint <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/>`__ |
| 20 | - `makefiles/lint/helm/include.mk <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/makefiles/lint/helm/include.mk>`_ |
| 21 | - [`master <https://gerrit.opencord.org/plugins/gitiles/helm-repo-tools/+/refs/heads/master>`__] `helm-repo-tools <https://gerrit.opencord.org/plugins/gitiles/helm-repo-tools>`_ |
| 22 | |
| 23 | | |