Merge "Fluentd: Add support for arbitrary environment vars"
This commit is contained in:
commit
010fc1fc65
@ -163,6 +163,9 @@ spec:
|
|||||||
value: {{ tuple "elasticsearch" "internal" "http" . | include "helm-toolkit.endpoints.endpoint_port_lookup" | quote }}
|
value: {{ tuple "elasticsearch" "internal" "http" . | include "helm-toolkit.endpoints.endpoint_port_lookup" | quote }}
|
||||||
- name: KAFKA_BROKER
|
- name: KAFKA_BROKER
|
||||||
value: {{ $kafkaBrokerURI }}
|
value: {{ $kafkaBrokerURI }}
|
||||||
|
{{- if .Values.pod.env.fluentd }}
|
||||||
|
{{ include "helm-toolkit.utils.to_k8s_env_vars" .Values.pod.env.fluentd | indent 12 }}
|
||||||
|
{{- end }}
|
||||||
- name: ELASTICSEARCH_USERNAME
|
- name: ELASTICSEARCH_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
@ -405,6 +405,8 @@ network_policy:
|
|||||||
- {}
|
- {}
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
|
env:
|
||||||
|
fluentd: null
|
||||||
tolerations:
|
tolerations:
|
||||||
fluentd:
|
fluentd:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user