Stefan Radu
Stefan Radu
The issue occurs in CLion 2018.2.4 too > Build #CL-182.4505.18, built on September 17, 2018 > JRE: 1.8.0_152-release-1248-b8 amd64 > JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o > Linux...
> If you feel strongly about keeping the terraform naming conventions in place in your CDKTF application Err... we do feel strongly about this. CDKTF will be a tough sell...
Building on @TimUnderhay's suggestion, I've noticed there's a `hooks` config option that appends the file name to the given command ```ts import type { CodegenConfig } from '@graphql-codegen/cli'; const config:...
I think your suggestion would work (for me, at least). Out of curiosity, does `IngressRoute` have other possible values for `routes[].kind` and `services[].kind`, other than `Rule` and `Service`, respectively?
why not provide traefik as an optional chart dependency? ``` # Chart.yaml (partial contents) name: jupyterhub dependencies: - name: traefik condition: traefik.enabled repository: #.... version: "2.x.x" ```
https://github.com/traefik/traefik-helm-chart comes with CRDs so you can create `IngressRoute` objects to configure ingress rules.
> In my opinion, since we have generally expressed our views, it would be much better and faster at this point to consider a wide range of concrete cases with...
might need to add the same to `ServiceTCP` too