diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:28:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:28:01 +0000 |
commit | 9b655a714d97a3d5e6e3cc1245e3ef978976e417 (patch) | |
tree | 3a2d9f9f437092cdefe5f45b39bd8c12620fe608 /kubernetes/contrib/components/ejbca/templates/deployment.yaml | |
parent | c9b0eabdf5ca324333992f12402eb5cdaea70afd (diff) | |
parent | 2776cf897adeb2092f9f3e5005b43b90006f2b9e (diff) |
Merge "[CONTRIB] change comment style"
Diffstat (limited to 'kubernetes/contrib/components/ejbca/templates/deployment.yaml')
-rw-r--r-- | kubernetes/contrib/components/ejbca/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/ejbca/templates/deployment.yaml b/kubernetes/contrib/components/ejbca/templates/deployment.yaml index 495b816bc5..3034366b1a 100644 --- a/kubernetes/contrib/components/ejbca/templates/deployment.yaml +++ b/kubernetes/contrib/components/ejbca/templates/deployment.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2020, Nordix Foundation # # 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 |