HoustonPutman commented on pull request #343:
URL: https://github.com/apache/solr-operator/pull/343#issuecomment-964366058
Well if you want to share imagePullSecrets here, you can merely use the same
serviceAccount that is created by the Zookeeper Operator with the Solr
Operator. That way the imagePullSecrets will be available to both through the
same serviceAccount.
```yaml
serviceAccount:
create: false
name: operator-account
zookeeper-operator:
install: true
serviceAccount:
create: true
name: operator-account
imagePullSecrets:
- list
- of
- strings
```
Using the above helm values, the zookeeper-operator helm chart will create
the serviceAccount with the listed imagePullSecrets. Then the Solr Operator
will merely use the same one, named `operator-account`.
No need to actually use the global imagePullSecrets.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]