-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 623: Remove version map #624
Conversation
Signed-off-by: anishakj <anisha.kj@dell.com>
Signed-off-by: anishakj <anisha.kj@dell.com>
Codecov Report
@@ Coverage Diff @@
## master #624 +/- ##
=======================================
Coverage 82.95% 82.95%
=======================================
Files 17 17
Lines 4100 4100
=======================================
Hits 3401 3401
Misses 565 565
Partials 134 134 Continue to review full report at Codecov.
|
Signed-off-by: anishakj <anisha.kj@dell.com>
Signed-off-by: anishakj <anisha.kj@dell.com>
Signed-off-by: anishakj <anisha.kj@dell.com>
Signed-off-by: anishakj <anisha.kj@dell.com>
…ue-623-remove-version-map
Signed-off-by: anishakj <anisha.kj@dell.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GOOD TO GO
Change log description
Removed the supported version map manifests as it is not used in operator. Updated
operator.yaml
to remove the volume mounts of version map. Removed the deploy folder completely as it is already present in config folder.Purpose of the change
Fixes #623
What the code does
Removed the version map and removed the unused yaml files. Updated
operator.yaml
to not use version map.How to verify it
All e2e should pass