st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Where to put CR YAML in user-files #80

Open AlexWeinstein92 opened 1 year ago

AlexWeinstein92 commented 1 year ago

Thanks for putting this together. Without it I am not sure how I will test my service from GCP using Gatling.

However I cannot figure out where to put the YAML value for spec.cloudstoragespec.provider. The documentation does not specify how to get the docker build -t command to pick up on this YAML config that is needed for GCP.

If you can let me know ASAP that would be greatly appreciated. In any case, thanks again for the good work here!

ksudate commented 1 year ago

This sample may be helpful. https://github.com/st-tech/gatling-operator/blob/55efbad126f5baf39069152c172b7938c7fe3ea1/config/samples/gatling-operator_v1alpha1_gatling01.yaml#L52-L53