Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

add custom etcd image to vault-service CRD #343

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

taemon1337
Copy link

The etcd-operator allows the customization of the etcd image in the etcd CRD named 'repository', this PR extends that option to the vault-operator as well using the VaultServiceSpec named 'EtcdRepository'.

I am not able to test this, so please verify that
if v.Spec.EtcdRepository != nil { etcdCluster.Spec.Repository = v.Spec.EtcdRepository }
will correctly set the Repository and it doesnt need a pointer or != "".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant