diff --git a/cmd/secrets.go b/cmd/secrets.go index 894a979..b012c96 100644 --- a/cmd/secrets.go +++ b/cmd/secrets.go @@ -69,9 +69,8 @@ func NewSecrets(parent *Root) *Secrets { "SOPS configuration file", ) - s.cmd.PersistentFlags().StringP( + s.cmd.PersistentFlags().String( s.KeyKubeClusterDir(), - "k", s.DefaultKubeClusterDir(), "Kubernetes cluster directory", )