Skip to content

Commit

Permalink
Fix: Panic when running odo list namespaces without an active Kuberne…
Browse files Browse the repository at this point in the history
…tes context
  • Loading branch information
valaparthvi committed Dec 1, 2022
1 parent f8c16b4 commit ffe2183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/odo/genericclioptions/clientset/clientset.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var subdeps map[string][]string = map[string][]string{
INIT: {ALIZER, FILESYSTEM, PREFERENCE, REGISTRY},
LOGS: {KUBERNETES_NULLABLE, PODMAN},
PORT_FORWARD: {KUBERNETES_NULLABLE, STATE},
PROJECT: {KUBERNETES_NULLABLE},
PROJECT: {KUBERNETES},
REGISTRY: {FILESYSTEM, PREFERENCE},
STATE: {FILESYSTEM},
SYNC: {EXEC},
Expand Down

0 comments on commit ffe2183

Please sign in to comment.