dhall-kubernetes icon indicating copy to clipboard operation
dhall-kubernetes copied to clipboard

Typecheck, template and modularize your Kubernetes definitions with Dhall

Results 16 dhall-kubernetes issues
Sort by recently updated
recently updated
newest added

@jvanbruegge noted they struggled to get things to build. I should spend more time explaining how it works and make sure it isn't actually broken

There's a template at http://dhall-lang.github.io/dhall-kubernetes/ but has bogus content. I am quite content with the design so far though. I want to update this issue with wishes for the kind...

Since we have a bunch of things enforced by the CI, it might be a good idea to add a PR template containing a checklist like: - Run the tests...

enhancement

Kubernetes tools like Istio require the creation of yaml like ```yaml apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: ska-deleteme-2023-vs namespace: ska-deleteme-2023 annotations: external-dns.alpha.kubernetes.io/controller: dns-controller external-dns.getcruise.com/zone.class: dns-internal-dev spec: gateways: - istio-system/paasapps hosts:...

New K8s API versions are available upstream. I tried adding them following the instructions in the README and I'm stuck on the first step involving nixpkgs.

Hi, k8s v1.32 and v1.33 have been released, would you be able to add support for these versions? Thank you!!