Tags: knechtionscoding/k6-operator
Tags
Removing the k6 run on the starter pod (grafana#59) * Removing the k6 run on the starter pod * Renamed the newCommand to newIstioCommand
from k6io to grafana Signed-off-by: Daniel González Lopes <[email protected]>
Fix/service account binding (grafana#36) * chore: fix duplicate declaration because of merge conflict Signed-off-by: Hans Knecht <[email protected]> * fix: role binding needed to be updated Signed-off-by: Hans Knecht <[email protected]> * tests: write initial run at e2e tests Signed-off-by: Hans Knecht <[email protected]> * tests: add e2e tests on github action Signed-off-by: Hans Knecht <[email protected]> * chore: update test to use sha'd container Signed-off-by: Hans Knecht <[email protected]> * chore: formatting Signed-off-by: Hans Knecht <[email protected]>
Fix/service account binding (grafana#36) * chore: fix duplicate declaration because of merge conflict Signed-off-by: Hans Knecht <[email protected]> * fix: role binding needed to be updated Signed-off-by: Hans Knecht <[email protected]> * tests: write initial run at e2e tests Signed-off-by: Hans Knecht <[email protected]> * tests: add e2e tests on github action Signed-off-by: Hans Knecht <[email protected]> * chore: update test to use sha'd container Signed-off-by: Hans Knecht <[email protected]> * chore: formatting Signed-off-by: Hans Knecht <[email protected]>
Update CRD base Signed-off-by: Daniel González Lopes <[email protected]>
properly append arguments to the run command (grafana#12) - adds a sample manifest with an output as argument - fixes an issue where arguments where appended as a full string instead of a segmented array