yellowhat

Results 79 comments of yellowhat

Is there a way to replicate the issue directly via `helm`?

Looking at https://helm.sh/docs/chart_template_guide/builtin_objects/: ``` Capabilities.APIVersions.Has $version indicates whether a version (e.g., batch/v1) or resource (e.g., apps/v1/Deployment) is available on the cluster. ```

Hi, unfortunately even with `--skip-preview` same error: ```console $ pulumi up --yes --skip-preview Updating (dev): Type Name Status Info + pulumi:pulumi:Stack gcp-gke-dev created 2 messages + ├─ gcp:organizations:Project project created...

Is there something else I can do to move this forward? Thanks

Even using `kubernetes.helm.v3.Chart` instead of `kubernetes.helm.v3.Release`, I get the same error: ```console ERROR: Kubernetes 1.19 or later is required to use Ingress in networking.k8s.io/v1 error: an unhandled error occurred: Program...

@rawkode I have noticed that if I remove the `{{- include "ingress.check" . -}}` line from the `templates/cjoc-ingress.yaml` file it works as expected. Seems that the `postrender` option should be...