From eaec06bc28179ed43b5330898e7501d28c00b77c Mon Sep 17 00:00:00 2001 From: ktimoney Date: Wed, 28 Sep 2022 13:14:25 +0100 Subject: [PATCH] Fix comments in yaml files Issue-ID: NONRTRIC-806 Change-Id: I10c060564557d0feae97e335bd3be17f6ed62584 Signed-off-by: ktimoney --- service-exposure/charts/rapp-invoker/Chart.yaml | 3 +-- service-exposure/charts/rapp-invoker/values.yaml | 3 +-- service-exposure/charts/rapp-provider/Chart.yaml | 3 +-- service-exposure/charts/rapp-provider/values.yaml | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/service-exposure/charts/rapp-invoker/Chart.yaml b/service-exposure/charts/rapp-invoker/Chart.yaml index c01dc85e..54a8a5ed 100644 --- a/service-exposure/charts/rapp-invoker/Chart.yaml +++ b/service-exposure/charts/rapp-invoker/Chart.yaml @@ -1,4 +1,3 @@ -{{/* # # ============LICENSE_START======================================================= # Copyright (C) 2022 Nordix Foundation. @@ -18,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= # -*/}} + apiVersion: v2 name: rapp-invoker description: A Helm chart for Kubernetes diff --git a/service-exposure/charts/rapp-invoker/values.yaml b/service-exposure/charts/rapp-invoker/values.yaml index e6515aa4..d8ad5b24 100644 --- a/service-exposure/charts/rapp-invoker/values.yaml +++ b/service-exposure/charts/rapp-invoker/values.yaml @@ -1,4 +1,3 @@ -{{/* # # ============LICENSE_START======================================================= # Copyright (C) 2022 Nordix Foundation. @@ -18,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= # -*/}} + # Default values for rapp-invoker. # This is a YAML-formatted file. # Declare variables to be passed into your templates. diff --git a/service-exposure/charts/rapp-provider/Chart.yaml b/service-exposure/charts/rapp-provider/Chart.yaml index cebae3d0..b2a62e0b 100644 --- a/service-exposure/charts/rapp-provider/Chart.yaml +++ b/service-exposure/charts/rapp-provider/Chart.yaml @@ -1,4 +1,3 @@ -{{/* # # ============LICENSE_START======================================================= # Copyright (C) 2022 Nordix Foundation. @@ -18,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= # -*/}} + apiVersion: v2 name: rapp-provider description: A Helm chart for Kubernetes diff --git a/service-exposure/charts/rapp-provider/values.yaml b/service-exposure/charts/rapp-provider/values.yaml index 5499849e..ed254652 100644 --- a/service-exposure/charts/rapp-provider/values.yaml +++ b/service-exposure/charts/rapp-provider/values.yaml @@ -1,4 +1,3 @@ -{{/* # # ============LICENSE_START======================================================= # Copyright (C) 2022 Nordix Foundation. @@ -18,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= # -*/}} + # Default values for rapp-provider. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -- 2.16.6