incubator-devlake-helm-chart
incubator-devlake-helm-chart copied to clipboard
initiate mounting of certificate using helm approach in kubernetes
The devlake UI is functional in EKS cluster, but accessing the jira connection, we need to put the Self signed certificate in helm chart. As the docker images are not directly accessible by us, please help in putting the certificates in helm chart and then install devlake in EKS
Supporting self-signed CA is a good idea. Let's try it as a new feature.
BTW: right now, you may try IN_SECURE_SKIP_VERIFY=True option in values.yaml for skip certificate verity.