diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-02 10:58:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-02 10:58:31 +0000 |
commit | d285aaf8226bce67244f9f934cd3ca72f143979c (patch) | |
tree | 49c00478bcb46a8fde02529929be82a812b1cb8e | |
parent | 7675d9217779af66b22899f840f18d979d7ef6e3 (diff) | |
parent | 1f7cff8228022c8126090ee8ebb1ca61edaabc0f (diff) |
Merge "[OOF] Change yaml comment to helm comment"
-rw-r--r-- | kubernetes/oof/components/oof-has/components/oof-has-api/templates/ingress.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/oof/components/oof-has/components/oof-has-api/templates/ingress.yaml b/kubernetes/oof/components/oof-has/components/oof-has-api/templates/ingress.yaml index 0cd8cfbd36..2afc5dad2a 100644 --- a/kubernetes/oof/components/oof-has/components/oof-has-api/templates/ingress.yaml +++ b/kubernetes/oof/components/oof-has/components/oof-has-api/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" . }} |