From 85c8d28db4cdcae34b4c459eabce04b864c9eb06 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Fri, 25 Sep 2020 15:18:40 +0200 Subject: [PATCH] [DCAEGEN2] Change YAML comment to helm comment Signed-off-by: Jakub Latusek Issue-ID: OOM-2562 Change-Id: I7ba751e03c37b5e97914bc454d8f329b0bb515db --- .../dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml b/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml index 57cbe89cc1..960ec786b2 100644 --- a/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml +++ b/kubernetes/dcaegen2/components/dcae-cloudify-manager/templates/namespace.yaml @@ -1,3 +1,4 @@ +{{/* #============LICENSE_START======================================================== # ================================================================================ # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. @@ -15,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= - +*/}} {{ if .Values.dcae_ns}} # Create the namespace apiVersion: v1 -- 2.16.6