diff options
author | Nishukumar <nishu.kumar@amdocs.com> | 2018-08-03 09:17:23 +0000 |
---|---|---|
committer | Mukul <mukul.joshi@amdocs.com> | 2018-09-05 07:28:22 +0000 |
commit | 376ba1e04bd9f223d543749a6136cfc6a7caa8fd (patch) | |
tree | 63c68af9ad561480b11fdaea678788edc00be701 /kubernetes/oof/charts/oof-has/templates/configmap.yaml | |
parent | 1b085c1fb1ebc09c535f0c29e12af902556c731c (diff) |
License addition for oof,multicloud,esr
Issue-ID: OOM-1307
Change-Id: I77cd304ae84fd5a158511a5cfff6ece78c45b4e1
Signed-off-by: Nishukumar <nishu.kumar@amdocs.com>
Diffstat (limited to 'kubernetes/oof/charts/oof-has/templates/configmap.yaml')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/templates/configmap.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/oof/charts/oof-has/templates/configmap.yaml b/kubernetes/oof/charts/oof-has/templates/configmap.yaml index 78e63d4435..3b8f331f49 100755 --- a/kubernetes/oof/charts/oof-has/templates/configmap.yaml +++ b/kubernetes/oof/charts/oof-has/templates/configmap.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Modifications Copyright © 2018 AT&T,VMware # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,4 +19,4 @@ metadata: name: {{ .Values.global.commonConfigPrefix }}-configmap namespace: {{ include "common.namespace" . }} data: -{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
\ No newline at end of file +{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} |