charts icon indicating copy to clipboard operation
charts copied to clipboard

Enable ingress controller container to mount secret volume

Open randmonkey opened this issue 2 years ago • 0 comments

To connect to Konnect API, KIC container need to use TLS certificates for the runtime group. But now the charts does mount volumes in .Values.secretVolumes ro ingress-controller container. The only way to mount secrets (or other volumes) is to define .Values.ingressController.userDefinedVolumes and Values.ingressController.userDefinedVolumeMounts. Also, introduction in README has mistakes: actual paths should be userDefinedVolumes and userDefinedVolumeMounts under ingressController section, but not deployment.userDefinedVolumes and deployment.userDefinedVolumeMounts

Actions :

  • define a ingressController.secretVolumes as a convenient way
  • correct README

Acceptance Criteria:

  • [ ] have a convenient way to mount secrets to ingress controller container
  • [ ] introduction to custom volume mounts in KIC container inside README.md is correct

randmonkey avatar Feb 09 '23 09:02 randmonkey