Merge "Add pomba and vfc to realm files"
[oom.git] / kubernetes / clamp / charts / clamp-dash-logstash / templates / configmap.yaml
index 9186cd9..350a0e0 100644 (file)
@@ -25,3 +25,13 @@ metadata:
     heritage: {{ .Release.Service }}
 data:
 {{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
+
+---
+apiVersion: v1
+kind: Secret
+metadata:
+  name: {{ include "common.fullname" . }}-aaf-keys
+  namespace: {{ include "common.namespace" . }}
+type: Opaque
+data:
+{{ tpl (.Files.Glob "resources/certs/*").AsSecrets . | indent 2 }}