kubeseal: set build flags

wip/yesman
Mario Rodas 4 years ago
parent a2aec3d5fe
commit 69dff5ce89
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
  1. 2
      pkgs/applications/networking/cluster/kubeseal/default.nix

@ -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…
Cancel
Save