{{#input-or-display editable=editing value=config.path}} {{input type="text" value=config.path classNames="form-control" placeholder=(t 'cruPersistentVolume.local.path.placeholder')}} {{/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}}