Merge "OOM-1373 Add missing label release to components"
[oom.git] / kubernetes / aai / templates / secret.yaml
index 445ded3..f01f11d 100644 (file)
@@ -25,3 +25,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 }}