William Chhim

Results 4 comments of William Chhim

Hello, I do have the same issue when trying to get value from a generated output from a module Terraform code ``` resource "kubernetes_manifest" "service_account" { manifest = { apiVersion...

Our current workaround, which aint great but... yeah... ``` resource "helm_release" "nginx_ingress_controller" { name = local.service_name_ingress-nginx namespace = var.namespace repository = "https://kubernetes.github.io/ingress-nginx" chart = "ingress-nginx" version = "4.2.1" values =...

We also got these errors when the size of the node group is initially 0 ``` I0907 15:13:41.616856 1 scale_up.go:300] Pod test-9b7646c8-8w5w6 can't be scheduled on eks-test-20220907151106983600000009-6cc18c40-9fd2-92f8-2fb4-7cb775be3182, predicate checking error:...

Oh this was the issue I had [here](https://github.com/mozilla/sops/issues/1093). Would love to see it merged :)