mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
kubeseal: set build flags
This commit is contained in:
parent
a2aec3d5fe
commit
69dff5ce89
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ buildGoModule rec {
|
|||
|
||||
subPackages = [ "cmd/kubeseal" ];
|
||||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X main.VERSION=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Kubernetes controller and tool for one-way encrypted Secrets";
|
||||
homepage = "https://github.com/bitnami-labs/sealed-secrets";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue