{{input type="text" value=mount.mountPath placeholder=(t 'volumeSource.customLogPath.mountPath.placeholder') }}

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

{{#if useCustomRegex}} {{t 'volumeSource.customLogPath.logFormat.useExistingLogFormat'}} {{else}} {{t 'volumeSource.customLogPath.logFormat.useCustomRegex'}} {{/if}}
{{#if useCustomRegex}} {{input type="text" value=config.options.format }}

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

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