# this is a shared resource for subcharts | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: aai-filebeat | |
namespace: {{ include "common.namespace" . }} | |
data: | |
{{ tpl (.Files.Glob "resources/config/log/filebeat/*").AsConfig . | indent 2 }} | |
--- | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: aai-deployment-configmap | |
namespace: {{ include "common.namespace" . }} | |
data: | |
{{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }} | |