David Russell
David Russell
Thanks for the workarounds... Are there any updates on progress with the terraform provider?
Also not working for us. In our case, the `kubernetes_manifest` is dependent on a `helm_release` to deploy additional api resources.
``` resource "helm_release" "cert-manager" { name = "cert-manager" repository = "https://charts.jetstack.io" chart = "cert-manager" namespace = "monitoring" version = "1.3.1" set { name = "podLabels.aadpodidbinding" value = "cert-manager" } set...
Cool! I've got it working but need to clean it up and add comments for PSGSuite... I'll try to get it committed tomorrow. On Sun, Oct 21, 2018 at 10:07...
Hey @scrthq - long time no see.... Are you still maintaining this repo? Could you give this a review?