From: wrider Date: Fri, 24 Jan 2020 15:28:31 +0000 (-0500) Subject: Add comment for configuring Helm repo X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0ec2c597743ebac8cf33f105599a7a44c1c67489;p=it%2Fdep.git Add comment for configuring Helm repo Change-Id: Ifbdd00ba5ea56cf561f98c2cb57ec482af09b6d7 Signed-off-by: wrider --- diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 9cf739ef..5521274d 100644 --- a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE @@ -34,7 +34,13 @@ global: # Docker image pull policy imagePullPolicy: Always - # Helm repo that will be used by xApp manager + # Helm repo that will be used by xApp manager, for hosting xApp charts. + # (The example value below points to a Helm repo that is to be set up in the + # AUX cluster. If the goal is to use any other Helm chart repo, configure + # this parameter accordingly. For example, if the plan is to use a chart + # repo in the RIC cluster, which can be done by enabling the Chart Museum + # component in RIC_INFRA recipe, this line should be: + # helmRepository: "http://service-ricinfra-chartmuseum-http.ricinfra:8080" ) helmRepository: "http://aux-entry/helm" # Certificate of the helm repo