diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-20 19:43:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-20 19:43:23 +0000 |
commit | e5dd0a0d3686271379a909be94d4fb9615f60649 (patch) | |
tree | 8a30f8a9bd5f582d79650e4e0e240d8543f82565 /kubernetes/dmaap/components/dmaap-dr-node/templates/secret.yaml | |
parent | 8a4a2669d8e74b5b4e792ede6124c3a3dc84e7d9 (diff) | |
parent | f7768e895c64ff7234e38c35d557dbede2e49988 (diff) |
Merge "[DMaaP DR Node] v1.16+ compatible templates"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-dr-node/templates/secret.yaml')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-dr-node/templates/secret.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-node/templates/secret.yaml b/kubernetes/dmaap/components/dmaap-dr-node/templates/secret.yaml new file mode 100644 index 0000000000..f8c32e0670 --- /dev/null +++ b/kubernetes/dmaap/components/dmaap-dr-node/templates/secret.yaml @@ -0,0 +1,15 @@ +# Copyright © 2020 Orange +# +# 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.secretFast" . }} |