Fix code format
This commit is contained in:
parent
3367822e89
commit
20f6c68108
|
|
@ -16,9 +16,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
helmV2ListFlags = "--kube-contextdefault--deleting--deployed--failed--pending"
|
helmV2ListFlags = "--kube-contextdefault--deleting--deployed--failed--pending"
|
||||||
helmV2ListFlagsWithoutKubeContext = "--deleting--deployed--failed--pending"
|
helmV2ListFlagsWithoutKubeContext = "--deleting--deployed--failed--pending"
|
||||||
helmV3ListFlags = "--kube-contextdefault--uninstalling--deployed--failed--pending"
|
helmV3ListFlags = "--kube-contextdefault--uninstalling--deployed--failed--pending"
|
||||||
helmV3ListFlagsWithoutKubeContext = "--uninstalling--deployed--failed--pending"
|
helmV3ListFlagsWithoutKubeContext = "--uninstalling--deployed--failed--pending"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue