this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(k3s): install Gateway API CRDs

Khue Doan 5c8c7de0 69a86a8f

+6
+6
infra/_modules/nixos/profiles/k3s-addons.nix
··· 46 46 --values ${./values/registry.yaml} > $out/registry.yaml 47 47 ''; 48 48 }; 49 + gateway-api = { 50 + source = pkgs.fetchurl { 51 + url = "https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.1/standard-install.yaml"; 52 + sha256 = "1y38fd3na4c7qp3sa2m1kmj919m1hagigv2znr1kxfkq16grk8ns"; 53 + }; 54 + }; 49 55 gitops = { 50 56 content = [ 51 57 {