fix: volume name update while typing

This commit is contained in:
jialin
2026-04-10 15:17:58 +08:00
committed by jialin
parent f2a4ab2654
commit 0956538b79
3 changed files with 38 additions and 33 deletions
+5 -1
View File
@@ -142,7 +142,11 @@ export const sourceTypeOptions = [
locale: true,
value: 'hostPath'
},
{ label: 'clusters.volume.sourceType.pvc', locale: true, value: 'pvc' },
{
label: 'clusters.volume.sourceType.pvc',
locale: true,
value: 'persistentVolumeClaim'
},
{
label: 'clusters.volume.sourceType.configMap',
locale: true,