Patrik Votoček

Results 7 issues of Patrik Votoček

### Terraform Version ``` Terraform v1.0.0 on darwin_amd64 + provider registry.terraform.io/datadog/datadog v3.1.2 + provider registry.terraform.io/gitlabhq/gitlab v3.6.0 + provider registry.terraform.io/hashicorp/aws v3.47.0 + provider registry.terraform.io/hashicorp/cloudinit v2.2.0 + provider registry.terraform.io/hashicorp/helm v2.2.0 + provider...

I'm creating this issue because the original [issue](https://github.com/hashicorp/terraform-provider-kubernetes-alpha/issues/181) was solved and closed. But current version still reporting there is no OpenAPI definition even when the schema is defined. ### Terraform,...

bug

We are not using GitLab issues so on every release this generates empty _Closed issues_ section. In this PR I introduce `RENDER_EMPTY_SECTIONS` env variable (default is set to `true`). This...

### Is your feature request related to a problem? Please describe. For programatically access to EKS cluster resources (kubernetes api). ### Describe the solution you'd like Probably STS command for...

feature-request
p2
queued

Hi, Let me simplify my problem. I have this schema. ```typescript export class Category { name = def.stringColumn().notNull() articles = def.oneHasMany(Article, 'articles') } export class Article { name = def.stringColumn().notNull()...

### Description **Observed Behavior**: Fail to deploy on ARM64 clusters. Its because `bitnami/kubectl` image does not support ARM arch. **Expected Behavior**: It just works. **Reproduction Steps** (Please include YAML): Try...

bug
triage/accepted