Versions Compared

Key

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

...

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

- name : {{ include "common.name" . }}-certs
configMap:
name: {{ include "common.fullname" . }}-certs

...