Browse Source

[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>
3.2.1-prepare
Gallardot 1 year ago committed by GitHub
parent
commit
150d9e04b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-k8s.ts

3
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-k8s.ts

@ -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',

Loading…
Cancel
Save