Fix layered build

The nginx-ingress-controller app was missing a build requirement
check for the 'helm' package, which was causing the layered build to
fail. This commit adds the dependency check.

Closes-Bug: 1873603

Change-Id: If6792f5d4348d4f257fcf93a4d32760cb110bd97
Signed-off-by: Sabeel Ansari <Sabeel.Ansari@windriver.com>
This commit is contained in:
Sabeel Ansari 2020-04-20 10:32:09 -04:00
parent d1d2cd3326
commit e3e4b92758

@ -30,6 +30,8 @@ Source5: nginx_ingress_controller_manifest.yaml
BuildArch: noarch
BuildRequires: helm
Patch01: 0001-Update-for-kubernetes-API-1.16.patch
%description