-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helmsman: init at 3.3.0 #86328
helmsman: init at 3.3.0 #86328
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your first contribution to the nixpkgs!
Perhaps you want to change the addressed lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM
meta = { | ||
description = "Helm Charts (k8s applications) as Code tool"; | ||
homepage = "https://github.com/Praqma/helmsman"; | ||
license = lib.licenses.mit; | ||
maintainers = with lib.maintainers; [ lynty ]; | ||
platforms = lib.platforms.unix; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to make it a little more concise
meta = { | |
description = "Helm Charts (k8s applications) as Code tool"; | |
homepage = "https://github.com/Praqma/helmsman"; | |
license = lib.licenses.mit; | |
maintainers = with lib.maintainers; [ lynty ]; | |
platforms = lib.platforms.unix; | |
meta = with lib; { | |
description = "Helm Charts (k8s applications) as Code tool"; | |
homepage = "https://github.com/Praqma/helmsman"; | |
license = licenses.mit; | |
maintainers = with maintainers; [ lynty ]; | |
platforms = platforms.unix; |
@Lynty thanks again for opening your first PR. PR volume is super high, and hard to get to everyone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Motivation for this change
Adds https://github.com/Praqma/helmsman, a useful tool which allows you to automate the deployment/management of your Helm charts from version controlled code.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)