From 344af7af7e26c09335497a426132aec05473a347 Mon Sep 17 00:00:00 2001 From: czichy Date: Tue, 26 Nov 2019 11:08:33 +0200 Subject: [PATCH] Adding extra line that src files are part of RIC platform project Change-Id: Ieb9fa5de205c2323edf4473e717ffa354c7ecaae Signed-off-by: czichy --- chart/.helmignore | 5 +++++ chart/Chart.yaml | 5 +++++ chart/templates/_helpers.tpl | 5 +++++ chart/templates/agent-service.yaml | 5 +++++ chart/templates/collector-service.yaml | 5 +++++ chart/templates/deployment.yaml | 5 +++++ chart/templates/query-service.yaml | 5 +++++ chart/values.yaml | 5 +++++ 8 files changed, 40 insertions(+) diff --git a/chart/.helmignore b/chart/.helmignore index d29b399..3902c6b 100644 --- a/chart/.helmignore +++ b/chart/.helmignore @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c83771b..f579bb7 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + apiVersion: v1 appVersion: "1.0" description: A Helm chart for Kubernetes diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 8840d47..f0e4082 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/chart/templates/agent-service.yaml b/chart/templates/agent-service.yaml index 4d1300a..3fb17d5 100644 --- a/chart/templates/agent-service.yaml +++ b/chart/templates/agent-service.yaml @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + apiVersion: v1 kind: Service metadata: diff --git a/chart/templates/collector-service.yaml b/chart/templates/collector-service.yaml index a26c3d4..9bfc98f 100644 --- a/chart/templates/collector-service.yaml +++ b/chart/templates/collector-service.yaml @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + apiVersion: v1 kind: Service metadata: diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 38b9719..df2176b 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + apiVersion: apps/v1 kind: Deployment metadata: diff --git a/chart/templates/query-service.yaml b/chart/templates/query-service.yaml index c768b93..3df22e1 100644 --- a/chart/templates/query-service.yaml +++ b/chart/templates/query-service.yaml @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + apiVersion: v1 kind: Service metadata: diff --git a/chart/values.yaml b/chart/values.yaml index 60e997b..a799407 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + # Default values for jaeger-all-in-one. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -- 2.16.6