diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 13:36:29 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 14:02:25 +0200 |
commit | 67f4e8d6727654c52ae2ea34e79db82f68727a92 (patch) | |
tree | 513b0186ae44e80cfc4ffaaf149af74f665660df /kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[DMAAP] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I1f0fa48fe6dbca7fa319d5b60ac7d1ffb8def194
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml b/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml index bb68eb783e..b7c52df169 100644 --- a/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/templates/configmap.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2018 Amdocs,Bell Canada # @@ -12,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +*/}} apiVersion: v1 kind: ConfigMap @@ -102,4 +104,4 @@ metadata: release: {{ include "common.release" . }} heritage: {{ .Release.Service }} data: -{{ tpl (.Files.Glob "resources/topics/*.json").AsConfig . | indent 2 }}
\ No newline at end of file +{{ tpl (.Files.Glob "resources/topics/*.json").AsConfig . | indent 2 }} |