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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user