Versions Compared

Key

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

cd kubernetes/appc
mkdir -p resources/config/certs

...

cadi_keystore_password=enc:4DVUTKvRCCtebQrKskDsuKFIHLzOf2M9XxNOhVIK4xb

to

cadi_keystore_password=enc:tQTHVtbdCuzqrQY1TBRt9SkFL9tCY3OzwbsfaVyAa2dOfZlI0krFOJSBnkm1WdGr

Update the secrets.yaml

Add the following to the end of templates/secrets.yaml

...

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

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

...