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:00 +0200 |
commit | 93cb6d996c955f35011a237b1496bf013f117578 (patch) | |
tree | 1084358fbdb8ff6485d7662f0fd0aca5d462749c /kubernetes/cli/templates/deployment.yaml | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[CLI] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I27130e43e6e0837b772cabf7fc636621c68bee5f
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/cli/templates/deployment.yaml')
-rw-r--r-- | kubernetes/cli/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/cli/templates/deployment.yaml b/kubernetes/cli/templates/deployment.yaml index 539279f93d..0823daffb6 100644 --- a/kubernetes/cli/templates/deployment.yaml +++ b/kubernetes/cli/templates/deployment.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2017 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,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: apps/v1 kind: Deployment |