sabre1041 / openshift-logforwarding-splunk

Demonstration of forwarding logs from OpenShift to Splunk
Apache License 2.0
30 stars 26 forks source link

Wrong helm path in log-forwarding-splunk-statefulset.yaml #6

Closed lukyky414 closed 3 years ago

lukyky414 commented 3 years ago

with .Values.nodeSelector (l 135) Should be with .Values.forwarding.fluentd.nodeSelector

Same for resources (l 28), affinity (l 135), tolerations (l 143).

Helm does not work until:

sed -i '/Values\.forwarding\./! s:Values\.:Values.forwarding.fluentd.:' \
charts/openshift-logforwarding-splunk/templates/log-forwarding-splunk-statefulset.yaml

Did not check any other template, error found with "nodeSelector" not being applied.

sabre1041 commented 3 years ago

Corrected via 74b00d9