diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-25 08:40:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-25 08:40:43 +0000 |
commit | 80930606e81815a2e2f9e4f73aba2a07058ff5f4 (patch) | |
tree | 9d72e05ab9356512cd0bb49ffc5a790fa283131c | |
parent | f102a9a56146213c15bb986d25056a35ee939cb4 (diff) | |
parent | 4e2695981dad40215cb89866d35e1cc1e8c0aa2f (diff) |
Merge "[CLAMP] Replace YAML comments with helm comments"
-rw-r--r-- | kubernetes/clamp/components/clamp-dash-kibana/templates/ingress.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/clamp/components/clamp-dash-kibana/templates/ingress.yaml b/kubernetes/clamp/components/clamp-dash-kibana/templates/ingress.yaml index 0cd8cfbd36..e5d7174e85 100644 --- a/kubernetes/clamp/components/clamp-dash-kibana/templates/ingress.yaml +++ b/kubernetes/clamp/components/clamp-dash-kibana/templates/ingress.yaml @@ -1,4 +1,4 @@ -# Copyright © 2020 Samsung, Orange +{{/* # Copyright © 2020 Samsung, Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,5 +11,6 @@ # 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. +*/}} {{ include "common.ingress" . }} |