pravega / pravega-operator

Pravega Kubernetes Operator
Apache License 2.0
41 stars 38 forks source link

Issue 623: Remove version map #624

Closed anishakj closed 2 years ago

anishakj commented 2 years ago

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #624 (36374ac) into master (f3de573) will not change coverage. The diff coverage is n/a.

@@           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.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3de573...36374ac. Read the comment docs.