{{#if editing}} {{input type="text" value=firstMount.mountPath placeholder=(t 'volumeSource.customLogPath.mountPath.placeholder') }}

{{t 'volumeSource.customLogPath.mountPath.helpText'}}

{{else}} {{firstMount.mountPath}} {{/if}}
{{#if editing}} {{/if}} {{#if useCustomRegex}} {{#if editing}} {{input type="text" value=config.options.format }}

{{t 'volumeSource.customLogPath.logFormat.helpText' htmlSafe=true}}

{{else}} {{config.options.format}} {{/if}} {{else}} {{new-select classNames="form-control" content=formats value=config.options.format disabled=(not editing) }} {{/if}}