Skip to content

Commit

Permalink
Merge pull request #19676 from deads2k/cli-36-vanitypatch
Browse files Browse the repository at this point in the history
start collapsing onto upstream env vars
  • Loading branch information
openshift-merge-robot authored May 10, 2018
2 parents e840ccc + 465c6c6 commit d569ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oc/cli/util/clientcmd/factory_client_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func (f *ring0Factory) CanBeAutoscaled(kind schema.GroupKind) error {
}

func (f *ring0Factory) EditorEnvs() []string {
return []string{"OC_EDITOR", "EDITOR"}
return []string{"OC_EDITOR", "KUBE_EDITOR", "EDITOR"}
}

func getPorts(spec kapi.PodSpec) []string {
Expand Down

0 comments on commit d569ca9

Please sign in to comment.