diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2019-02-12 23:56:51 -0500 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-02-18 21:06:52 -0500 |
commit | cb1af34a4ccb3ea07032d0a8b3bc37dc487fad57 (patch) | |
tree | 33d074903d9ac344f9a5850ec6de1706ac3bf79e /templates/secret.yaml | |
parent | 9224dc266891fef9f33a49d9102b220cba998798 (diff) |
Add the schema service helm charts
Issue-ID: AAI-1873
Change-Id: I414d21eb23ed20b469259d7dbdd814cde733a547
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'templates/secret.yaml')
-rw-r--r-- | templates/secret.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/secret.yaml b/templates/secret.yaml index 8d00a9d..3889805 100644 --- a/templates/secret.yaml +++ b/templates/secret.yaml @@ -20,3 +20,12 @@ metadata: type: Opaque data: {{ tpl (.Files.Glob "resources/config/auth/*").AsSecrets . | indent 2 }} +--- +apiVersion: v1 +kind: Secret +metadata: + name: aai-common-truststore + namespace: {{ include "common.namespace" . }} +type: Opaque +data: +{{ tpl (.Files.Glob "resources/config/aai/*").AsSecrets . | indent 2 }} |