Merge pull request 'Enable k2v feature flag by default in CI' (#302) from k2v into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #302
This commit is contained in:
Alex 2022-09-27 11:38:23 +02:00
commit 3f95a0f717
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ let
/* [2] */ hardeningDisable = [ "pie" ];
};
overrideArgs = old: {
/* [4] */ features = [ "bundled-libs" "sled" "metrics" ]
/* [4] */ features = [ "bundled-libs" "sled" "metrics" "k2v" ]
++ (if release then [ "kubernetes-discovery" "telemetry-otlp" "lmdb" "sqlite" ] else []);
};
})