Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / oof / components / oof-templates / templates / _certificate.tpl
1 {{- define "oof.certificate.volume" -}}
2 - name: {{ include "common.fullname" . }}-onap-certs
3   secret:
4     secretName: {{ include "common.secret.getSecretNameFast" (dict "global" . "uid" "oof-onap-certs") }}
5     items:
6     - key: aaf_root_ca.cer
7       path: aaf_root_ca.cer
8     - key: intermediate_root_ca.pem
9       path: intermediate_root_ca.pem
10 {{- end -}}
11