diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-23 09:44:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-23 09:44:13 +0000 |
commit | a381595907638085ae049b37507a69b19fb58209 (patch) | |
tree | 42f32258c4c1e7c220c1008a7eb94da63164a463 /kubernetes/dmaap/components/dmaap-dr-prov/templates/secret.yaml | |
parent | e823fe0e79722c50e3f8a33d443cfe55b84eeed0 (diff) | |
parent | 67f4e8d6727654c52ae2ea34e79db82f68727a92 (diff) |
Merge "[DMAAP] change comment style"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-dr-prov/templates/secret.yaml')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-dr-prov/templates/secret.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-prov/templates/secret.yaml b/kubernetes/dmaap/components/dmaap-dr-prov/templates/secret.yaml index bd7eb8ea40..34932b713d 100644 --- a/kubernetes/dmaap/components/dmaap-dr-prov/templates/secret.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-prov/templates/secret.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2020 Samsung Electronics # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,5 +12,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.secretFast" . }} |