Skip to content

Commit 150d9e0

Browse files
GallardotRadeity
andauthored
[Improvement][UI] Image pull policy in the K8S task provides default values (#14650)
Signed-off-by: Gallardot <[email protected]> Co-authored-by: Aaron Wang <[email protected]>
1 parent d87a0d8 commit 150d9e0

File tree

1 file changed

+2
-1
lines changed
  • dolphinscheduler-ui/src/views/projects/task/components/node/fields

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ export function useK8s(model: { [field: string]: any }): IJsonItem[] {
7676
trigger: ['input', 'blur'],
7777
required: true,
7878
message: t('project.node.image_pull_policy_tips')
79-
}
79+
},
80+
value: 'IfNotPresent'
8081
},
8182
{
8283
type: 'input',

0 commit comments

Comments
 (0)