[Improvement][UI] Image pull policy in the K8S task provides default values (#14650)

Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
(cherry picked from commit 150d9e04b0)
This commit is contained in:
Gallardot 2023-07-29 19:56:19 +08:00 committed by Jay Chung
parent bddde77d98
commit 5fb947659b
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ export function useK8s(model: { [field: string]: any }): IJsonItem[] {
trigger: ['input', 'blur'],
required: true,
message: t('project.node.image_pull_policy_tips')
}
},
value: 'IfNotPresent'
},
{
type: 'input',