diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-21 15:22:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-21 15:22:08 +0000 |
commit | 65c2c270679f5ebb1cff99a3061fbf58b62a7623 (patch) | |
tree | 679cdcc1d7bee92837f478123226774072ace197 /kubernetes/aaf/components/aaf-locate | |
parent | 3ed223d7f77b43033fa97d584246db4a386d6b0c (diff) | |
parent | a6d04ad053cc609b9a69329200444d122d0199f1 (diff) |
Merge "[AAF] change comment style"
Diffstat (limited to 'kubernetes/aaf/components/aaf-locate')
-rw-r--r-- | kubernetes/aaf/components/aaf-locate/templates/deployment.yaml | 2 | ||||
-rw-r--r-- | kubernetes/aaf/components/aaf-locate/templates/service.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/aaf/components/aaf-locate/templates/deployment.yaml b/kubernetes/aaf/components/aaf-locate/templates/deployment.yaml index 5074c8bc08..656aa1746d 100644 --- a/kubernetes/aaf/components/aaf-locate/templates/deployment.yaml +++ b/kubernetes/aaf/components/aaf-locate/templates/deployment.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2017 Amdocs # Modifications © 2020 Orange # @@ -12,5 +13,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 "aaf.deployment" . }} diff --git a/kubernetes/aaf/components/aaf-locate/templates/service.yaml b/kubernetes/aaf/components/aaf-locate/templates/service.yaml index e54c4f3057..ea95e44497 100644 --- a/kubernetes/aaf/components/aaf-locate/templates/service.yaml +++ b/kubernetes/aaf/components/aaf-locate/templates/service.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2017 Amdocs, Orange # Modifications © 2020 Orange # @@ -12,5 +13,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.service" . }} |