kubeseal: set build flags
This commit is contained in:
parent
a2aec3d5fe
commit
69dff5ce89
@ -15,6 +15,8 @@ buildGoModule rec {
|
|||||||
|
|
||||||
subPackages = [ "cmd/kubeseal" ];
|
subPackages = [ "cmd/kubeseal" ];
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X main.VERSION=${version}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Kubernetes controller and tool for one-way encrypted Secrets";
|
description = "A Kubernetes controller and tool for one-way encrypted Secrets";
|
||||||
homepage = "https://github.com/bitnami-labs/sealed-secrets";
|
homepage = "https://github.com/bitnami-labs/sealed-secrets";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user