diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-15 11:03:30 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-15 11:03:30 +0200 |
commit | feb6284c45029fbd0fff00257d3a6eab5444c48d (patch) | |
tree | d6f8cf84423d86e871b11826d873587a97574b66 /kubernetes/dmaap/components/message-router/templates | |
parent | 7ae23a098bfdc944c743d011b50405053987e839 (diff) |
[DMaaP] Remove "BOM" Character
Previous commit has added a "BOM" character and helm/kubernetes may not
behave well with it.
removing it
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ic50b8a46af6da25392222fbdd94e08f41be01ffc
Diffstat (limited to 'kubernetes/dmaap/components/message-router/templates')
-rw-r--r-- | kubernetes/dmaap/components/message-router/templates/statefulset.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml index 0fa38029e9..172bda4098 100644 --- a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml +++ b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml @@ -1,4 +1,4 @@ -# Copyright © 2017 Amdocs, Bell Canada +# Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); |