We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
splunk-capath is read before volume mount: as a result, it can't find the certificate, bc it's not been mounted yet
driver: "splunk-logging-plugin" options: splunk-url: "https://xxxxxx/" splunk-token: "xxxxx" splunk-capath: "/etc/nginx/XXX.crt" tag: "{{pll}}-xxx-nginx-{{inu}}" {% endif %} volumes:
Environment:
docker version
cat /etc/os-release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
splunk-capath is read before volume mount: as a result, it can't find the certificate, bc it's not been mounted yet
driver: "splunk-logging-plugin"
options:
splunk-url: "https://xxxxxx/"
splunk-token: "xxxxx"
splunk-capath: "/etc/nginx/XXX.crt"
tag: "{{pll}}-xxx-nginx-{{inu}}"
{% endif %}
volumes:
Environment:
docker version
): 20.10.3cat /etc/os-release
): rhel 8The text was updated successfully, but these errors were encountered: