From 432390d2367987d831b228efa43e9448ad954538 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Tue, 6 Feb 2024 23:23:45 +0000 Subject: [PATCH] add readme --- kubernetes/config-processor/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kubernetes/config-processor/README.md diff --git a/kubernetes/config-processor/README.md b/kubernetes/config-processor/README.md new file mode 100644 index 000000000..8fd7d6f37 --- /dev/null +++ b/kubernetes/config-processor/README.md @@ -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. \ No newline at end of file