Bug 1760585

Summary: odo delete --all delete odo config file when run from $HOME
Product: OpenShift Container Platform Reporter: Yana Hontyk <yhontyk>
Component: odoAssignee: Girish Ramnani <gramnani>
Status: CLOSED CURRENTRELEASE QA Contact: Amit <arout>
Severity: unspecified Docs Contact: Yana Hontyk <yhontyk>
Priority: unspecified    
Version: 4.2.0CC: cdrage, moahmed, oskutka
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-02 07:59:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yana Hontyk 2019-10-10 21:18:00 UTC
Description of problem:
odo delete --all delete odo config file when run from $HOME

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.Go to $HOME
2. Create a component (not pushed)
3. Run odo delete --all

Actual results:
odo delete --all delete odo config file when run from $HOME

Expected results:
Only $HOME/.odo/config.yaml deleted

Additional info:

Comment 1 Yana Hontyk 2019-12-02 07:58:46 UTC
Fixed in https://github.com/openshift/odo/pull/2311