Use kcert with "kong" ingress controller #85
Replies: 3 comments 1 reply
-
Hi Ahmed, all values in the For now, you should be able to manually edit your deployment to add the environment variable. I have created an issue to add support for environment variables to the Helm chart; #86 |
Beta Was this translation helpful? Give feedback.
-
Note: If you would like to contribute a pull request for this, please let me know and I'll wait for your submission. Otherwise, I'll work on it when I have some time, hopefully in the next few weeks. |
Beta Was this translation helpful? Give feedback.
-
Hi Nabeel, I can update the chart accordingly. |
Beta Was this translation helpful? Give feedback.
-
We're currently trying to use kcert to generate certificates to the kubernetes ingresses. We use kong ingress controller (not nginx) in the kubernetes cluster so I guess the ingress challenges will not work.
I've checked the kcert image and found that it uses "nginx" implicitly as shown below:
"ChallengeIngress": {
"UseClassName": true,
"ClassName": "nginx",
"UseAnnotations": false,
"Annotations": {
"kubernetes.io/ingress.class": "nginx"
},
"UseLabels": false,
"Labels": null
}
Do you have any recommendation as a work around?
Is it doable to add ENV in the image and value for it in the helm chart so that we can change ingress controller?
Thanks in Advance,
Ahmed Adel
Beta Was this translation helpful? Give feedback.
All reactions