We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e5dad commit 058012cCopy full SHA for 058012c
1 file changed
shell.nix
@@ -2,8 +2,9 @@
2
pkgs.mkShell {
3
packages = with pkgs; [
4
gettext # envsubst
5
- (pkgs.python3.withPackages (python-pkgs: [
6
- python-pkgs.pyyaml
7
- ]))
+
+ # Needed by .scripts/update_helm_charts.py
+ python311Packages.pyyaml
8
+ kubernetes-helm
9
];
10
}
0 commit comments