Skip to content

Setting forwarding.fluentd.ssl=false fails to deploy #11

@bpayton

Description

@bpayton

Following the instructions in the REAME here https://github.com/sabre1041/openshift-logforwarding-splunk#fluentd, I set ssl=false to disable SSL for the communication between OpenShift and the logforwarder.

snippet of values.yml:

forwarding:
  fluentd:
    port: 24224
    sharedkey: splunkforwarding
    passphrase: ""
    ssl: false
    #caFile: files/default-openshift-logging-fluentd.crt
    #keyFile: files/default-openshift-logging-fluentd.key

However, when deploying the chart, the pod never comes up and produces this error:
MountVolume.SetUp failed for volume "openshift-logforwarding-splunk" : references non-existent secret key: forwarder-tls.crt

This is on OpenShift 4.7. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions