Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 6, 2024
1 parent 509303a commit 432390d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/config-processor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Config Processor

This is a simple image that is used to "process" many of the config maps produced by kubernetes. It simply mounts them as an input volume and writes them over to an output volume, but at the same time it scans all files for the text `[[URL:...]]`, e.g. `[[URL:https://mywebsite.com/mysequence.txt]]` Where it finds that it downloads the file from this URL and replaces the `[[URL:...]]` with the contents of the file. This allows us to deal with large reference genomes.

0 comments on commit 432390d

Please sign in to comment.