Skip to content

Commit bded799

Browse files
ahmelsayedbuehler
andauthored
fix: don't delete cfssl and cfssljson (#589)
With #568 these executables are no longer downloaded on demand, but rather predownloaded to the system. When running dotnet build locally, it attempts to run `./cfssl` and `./cfssljson` from `/operator` or `$CFSSL_EXECUTABLES_PATH`. However, it deletes them after it's done. Next time you try build again after cleaning the local dir it'll fail. Co-authored-by: Christoph Bühler <[email protected]>
1 parent 98c6f3f commit bded799

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/KubeOps/Operator/Commands/CommandHelpers/CertificateGenerator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ public void Dispose()
4949
{
5050
Delete(_caconfig);
5151
Delete(_cacsr);
52-
Delete(_cfssl);
53-
Delete(_cfssljson);
5452
Delete(_servercsr);
5553
}
5654

0 commit comments

Comments
 (0)