charts
charts copied to clipboard
Enable ingress controller container to mount secret volume
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.secretVolumesas 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.mdis correct