aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/components/oof-templates/templates/_certificate.tpl
blob: 4da128bcbbdb2939324100f337940fe23978f575 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{- define "oof.certificate.volume" -}}
- name: {{ include "common.fullname" . }}-onap-certs
  secret:
    secretName: {{ include "common.secret.getSecretNameFast" (dict "global" . "uid" "oof-onap-certs") }}
    items:
    - key: aaf_root_ca.cer
      path: aaf_root_ca.cer
    - key: intermediate_root_ca.pem
      path: intermediate_root_ca.pem
{{- end -}}