weaviate-helm
weaviate-helm copied to clipboard
Allow setting env var which refers to valueFrom
I would like to following values:
env:
- name: CLUSTER_ADVERTISE_ADDR
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: status.podIP
Manually im able to edit the StatefulSet but with helm values this seems no to be possible.