Tags: nedae00/k6-operator
Tags
feat: migrate from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.… …io/v1 (grafana#76) v1beta1 will no longer be supported in 1.22 and has been supported since 1.16
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