Merge "Initial chart for dmaap - 2nd attempt"
[oom.git] / kubernetes / consul / templates / secrets.yaml
1 apiVersion: v1
2 kind: Secret
3 metadata:
4   name: {{ include "common.fullname" . }}-certs-secret
5   namespace: {{ include "common.namespace" . }}
6 data:
7 {{ tpl (.Files.Glob "resources/config/consul-agent-config/certs/*").AsSecrets . | indent 2 }}