From: PatrikBuhr Date: Wed, 9 Jun 2021 11:08:38 +0000 (+0200) Subject: Bugfix, selection of components to include X-Git-Tag: f-release~42^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c288ca9ecc3b7d468fb1d7d5f68ec3a9d3a02401;p=it%2Fdep.git Bugfix, selection of components to include The nonrtric gateway was inly installed when the A1 controller was. Fixed. Change-Id: I17c07893a9d00e341245d333a0822319f0a6e6ab Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-478 --- diff --git a/nonrtric/helm/nonrtric/Chart.yaml b/nonrtric/helm/nonrtric/Chart.yaml index 9fb66d0c..86321c7b 100644 --- a/nonrtric/helm/nonrtric/Chart.yaml +++ b/nonrtric/helm/nonrtric/Chart.yaml @@ -58,4 +58,4 @@ dependencies: - name: nonrtricgateway version: ~1.0.0 repository: "@local" - condition: nonrtric.installA1controller + condition: nonrtric.installNonrtricgateway