diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-02 07:29:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-02 07:29:48 +0000 |
commit | 7dfaf3300ec85a9f6e6b73a14c86c1c717e369f8 (patch) | |
tree | 024cefc0de7e5628ee8b023b1528e63ee03099cb /kubernetes | |
parent | 90d94a19ac7321774540becbf069af8f9a27ea9c (diff) | |
parent | c16d2310224dc9c22bb9f1511b043d52435fe4e3 (diff) |
Merge "[SDNC] Add missing inclusion of common secret template"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml b/kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml new file mode 100644 index 0000000000..dee311c336 --- /dev/null +++ b/kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml @@ -0,0 +1,15 @@ +# Copyright © 2020 Samsung Electronics +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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.secret" . }} |