Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

- mountPath: /opt/onap/appc/data/stores/org.onap.appc.p12
   name: {{ include "common.name" .}}org.onap.appc.p12-certs
   subPath: org.onap.appc.p12

...

Add the following lines in templates/statefulset.yaml under volumes:

- name : {{ include "common.name" . }}org.onap.appc.p12-certs
   configMap:
   name: {{ include "common.fullname" . }}-certs

...