diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-06-08 16:09:22 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-06-12 07:24:29 +0200 |
commit | 8785563ad5de756ecf92331095767929c7c14985 (patch) | |
tree | 730290508002ab7a3f99fe412d9fd2163c7ae235 /bootstrap | |
parent | a27c3ff06f1f06338044ad69f49e64c6f8c5ef04 (diff) |
Disable Helm charts linting on Vagrant-based minimal ONAP deployment
It is a workaround for Helm performance issue; details:
https://github.com/helm/helm/issues/7656
Issue-ID: ONAPARC-551
Change-Id: Id163d0e181d0527f47efdd82899b5965794bde98
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/Vagrantfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile index 74c98a4fd..4661cb68c 100644 --- a/bootstrap/vagrant-minimal-onap/Vagrantfile +++ b/bootstrap/vagrant-minimal-onap/Vagrantfile @@ -174,8 +174,8 @@ $setup_helm_repo = <<-SCRIPT helm serve & sleep 3 helm repo add local http://127.0.0.1:8879 - make -C ${HOME}/oom/kubernetes all - make -C ${HOME}/oom/kubernetes onap + make -e SKIP_LINT=TRUE -C ${HOME}/oom/kubernetes all + make -e SKIP_LINT=TRUE -C ${HOME}/oom/kubernetes onap SCRIPT $deploy_onap = <<-SCRIPT |