Merge "Fix CA file bind mounting in containers"

This commit is contained in:
Jenkins 2017-08-03 06:46:16 +00:00 committed by Gerrit Code Review
commit 2cf0a6843a

View File

@ -66,5 +66,9 @@ outputs:
- /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro
- if:
- internal_tls_enabled
- - {get_param: InternalTLSCAFile}
- - list_join:
- ':'
- - {get_param: InternalTLSCAFile}
- {get_param: InternalTLSCAFile}
- 'ro'
- null