fix: k8s volume config

This commit is contained in:
jialin
2026-04-14 20:42:01 +08:00
committed by jialin
parent 46b9855c87
commit 41c9b86fd9
6 changed files with 66 additions and 41 deletions
+5 -5
View File
@@ -146,10 +146,10 @@ export const sourceTypeOptions = [
label: 'clusters.volume.sourceType.pvc',
locale: true,
value: 'persistentVolumeClaim'
},
{
label: 'clusters.volume.sourceType.configMap',
locale: true,
value: 'configMap'
}
// {
// label: 'clusters.volume.sourceType.configMap',
// locale: true,
// value: 'configMap'
// }
];