jetstack / navigator

Managed Database-as-a-Service (DBaaS) on Kubernetes
Apache License 2.0
271 stars 31 forks source link

Allow a user to choose a default image repository #266

Open wallrj opened 6 years ago

wallrj commented 6 years ago

In https://github.com/jetstack/navigator/pull/244#discussion_r170935749 @kragniz commented:

What if this is deployed by people who have a policy to only use images mirrored to an internal repository, but they don't want to manually specify an image tag? Maybe a later patch could make this configurable.

Right now, if a user creates a CassandraCluster without specifying an Image, we pull the image from from docker.io/cassandra:.

Some possible solutions:

/feature

kragniz commented 6 years ago

/kind feature