Skip to content
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

Use direct coping of CSV file due to config map limits #432

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Conversation

BuddhiWathsala
Copy link
Contributor

Purpose

K8s config maps can only hold up to 1MB. So, we have to use direct copying to the container instead of using a config map.

Related to - ballerina-platform/ballerina-performance-cloud#3178

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests

K8s config maps can only holds up to 1MB. So, we have to use direct copying to container instead of using a config map.
@codecov
Copy link

codecov bot commented Dec 21, 2021

Codecov Report

Merging #432 (43eff86) into master (eb8f5c2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #432   +/-   ##
=========================================
  Coverage     80.41%   80.41%           
  Complexity       14       14           
=========================================
  Files            58       58           
  Lines          2058     2058           
  Branches        549      549           
=========================================
  Hits           1655     1655           
  Misses          313      313           
  Partials         90       90           

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 3168def...43eff86. Read the comment docs.

@daneshk daneshk merged commit 1f1204b into master Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants