feat: with kubeslice
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-01-31 21:17:16 +01:00
parent f0a719e3ed
commit f62b90dd3b
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -50,7 +50,7 @@ impl DaggerMiddleware for Kubectl {
)
.with_file(
"/usr/local/bin/kubectl-slice",
kubeslice.file("kubectl-slice"),
kubeslice.file("/usr/local/bin/kubectl-slice"),
))
}
}