druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 93 forks source link

Fixing the image tag to be pulled for druid-operator #259

Closed shrutimantri closed 2 years ago

shrutimantri commented 2 years ago

Fixes #258

Description

The druid-operator image was not getting pulled and led to ImagePullBackOff. On kubectl create -f deploy/operator.yaml, we would land into ImagePullBackOff for druid-operator.


This PR has:


Key changed/added files in this PR