diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2019-01-08 01:55:24 -0500 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2019-01-09 10:54:48 -0500 |
commit | c5f034a7cc279379b934c768f7b70e4f38c0664d (patch) | |
tree | 0fb6d5f55ee2b5375b5c6d1c3156b32d23fa51d7 /kubernetes/aai/templates/secret.yaml | |
parent | 3b49088f814029b7b5635522a9fd3cd2c0000c12 (diff) |
Moving the trustore to parent folder
Issue-ID: OOM-1556
Change-Id: I0e6bf66ec871d4de53ebaad23426119c5f425ac9
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
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 }} |