Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: just indented line so copy paste works hopefully

...

download and copy org.onap.appc.p12 file from this page's comment below to resources/config/certs

Change cadi.properties

...

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

- name : certs
   secret:
   secretName     secretName: {{ include "common.fullname" . }}-certs

...