strangelove-ventures / cosmos-operator

Cosmos Operator is a kubernetes operator for managing cosmos nodes
Apache License 2.0
75 stars 18 forks source link

cosmos-operator should be able to use private images #415

Closed danbryan closed 2 months ago

danbryan commented 4 months ago

cosmos-operator should allow the specification of imagePullSecrets when pulling an image.

pharr117 commented 3 months ago

I am doing a dive into this, and I found this in the config sample:

https://github.com/strangelove-ventures/cosmos-operator/blob/d0ee04b6878cf282d5beead7c8b6a3cc246e532c/config/samples/cosmos_v1_cosmosfullnode_full.yaml#L80-L82

https://github.com/strangelove-ventures/cosmos-operator/blob/d0ee04b6878cf282d5beead7c8b6a3cc246e532c/internal/fullnode/pod_builder.go#L516-L533

It may already be supported, I will try some tests on this to see if it is