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:
parent
32d074eb04
commit
e5176370f6
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue