Hi,
I want to import a .txt file with requests (stored inside a persistent volume claim) into my k6 operator. Is this possible?
I am creating a configmap from my test script file and applying the k6 operator that references the configmap, but I am struggling to import the .txt file into my test.
Also to mention, .txt file is arround 100Mb so it can’t be referenced as configmap, since it’s too big for that.
1 post - 1 participant