Minh Chau

Results 5 comments of Minh Chau

Confirmed, I still have this issue where we update the {proxy+} and keep the rest the same E.g: Change from "api/v1/user/{userName}" to "api/v1/user/{userID}"

+1 For my case, I cannot use codebuild with attached VPC (all subnets are private) to call to the private EKS cluster via "aws eks update-kubeconfig" The result would be...

I got the same problem when running konga:0.14.9 on Kubernetes cluster with the `DB_SSL: true`. If I remove the DB_SSL, it works well. ``` apiVersion: apps/v1 kind: Deployment metadata: name:...

Thanks to @ComfyDust , I create an empty file requirements.txt under each python folder, and the problem is gone. I have the below structure ``` src python1 python1.py requirements.txt python2...

I also meet this problem when installing this helm chart using argocd, The CRDs are not created, the webhook is also not created