1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

fix docker.nu and kubernetes.nu (#739)

updates using the spread operator

Co-authored-by: nash <nash@iffy.me>
This commit is contained in:
fj0r 2024-01-17 23:09:21 +08:00 committed by GitHub
parent 32d074eb04
commit e5176370f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -1056,7 +1056,7 @@ export def kdelh [
name: string@"nu-complete helm list"
--namespace (-n): string@"nu-complete kube ns"
] {
helm uninstall $name ($namespace | with-flag -n)
helm uninstall $name ...($namespace | with-flag -n)
}
# helm template