diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-01-16 21:20:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-16 21:20:03 +0000 |
commit | 42f5651de0c3c634056b499aeb2ccf12a9039597 (patch) | |
tree | 471b50ffe6c9e73b385198a5257d0669ec102243 /kubernetes/aai/templates/secret.yaml | |
parent | 462d2b227fbfad5fcb093eccb2bdd3efb7e60254 (diff) | |
parent | c5f034a7cc279379b934c768f7b70e4f38c0664d (diff) |
Merge "Moving the trustore to parent folder"
Diffstat (limited to 'kubernetes/aai/templates/secret.yaml')
-rw-r--r-- | kubernetes/aai/templates/secret.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/aai/templates/secret.yaml b/kubernetes/aai/templates/secret.yaml new file mode 100644 index 0000000000..8d00a9d41c --- /dev/null +++ b/kubernetes/aai/templates/secret.yaml @@ -0,0 +1,22 @@ +# Copyright © 2018 Amdocs, Bell Canada, AT&T +# +# 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. + +apiVersion: v1 +kind: Secret +metadata: + name: aai-common-aai-auth + namespace: {{ include "common.namespace" . }} +type: Opaque +data: +{{ tpl (.Files.Glob "resources/config/auth/*").AsSecrets . | indent 2 }} |