{{#input-or-display editable=editing value=config.path}} {{input value=config.path}} {{/input-or-display}}
{{#if editing}} {{new-select value=config.kind content=kindChoices localizedLabel=true }} {{else if config.kind}}
{{t (concat 'volumeSource.host-path.kind.' config.kind)}}
{{else}}
{{t 'volumeSource.host-path.kind.Any'}}
{{/if}}