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 | af0444d85fff12f6a784ce11e7d668bca7a87936 (patch) | |
tree | 473d73ce406739148dc660c1876ab1d26334e502 /templates | |
parent | 3d763409f1e9dde035ecb6bdb5560ad17aac2f32 (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 'templates')
-rw-r--r-- | templates/secret.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/secret.yaml b/templates/secret.yaml new file mode 100644 index 0000000..8d00a9d --- /dev/null +++ b/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 }} |