kharouny opened a new issue, #677:
URL: https://github.com/apache/solr-operator/issues/677
Statefulsets have the option to add Environment variables as configmaps like
so...
```
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: my-statefulset
spec:
replicas: 1
template:
spec:
containers:
- name: my-app-container
image: your-image:tag
envFrom:
- configMapRef:
name: my-app-config
```
Currently the SolrCloud config [only supports adding additional EnvVariables
in
line.](https://github.com/apache/solr-operator/blob/8e986e60a82fcd577fe55e882e23a5491f4d3014/api/v1beta1/common_types.go#L78)
--
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]