amreshh

Results 3 comments of amreshh

Also running into this issue, since I have a custom resource I want to use the kubernetes_manifest resource, however according to the documentation: ``` This resource requires API access during...

Issue still exists Environment: Terraform Version: v1.7.2 kubectl 1.29.3 EKS Version: v1.28 terraform providers: hashicorp/kubernetes v2.27.0 In my case I am create a namespace first and annotating the default service...

Have the same issue, as a workaround I manually create the certificates in `~/.var/app/com.getpostman.Postman/config/Postman/proxy` ```bash openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key...