Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit ce14600

Browse files
author
noah
committed
Fix the dynamic_payload field
1 parent e4c40f8 commit ce14600

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

deploy.yml

+22-18
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ envs:
66
- "publish-image"
77
deployable_ref: 'v.*\..*\..*'
88
serialization: true
9-
inputs:
10-
pullPolicy:
11-
required: true
12-
type: select
13-
description: Image pull policy
14-
options:
15-
- Always
16-
- IfNotPresent
17-
default: Always
9+
dynamic_payload:
10+
enabled: true
11+
inputs:
12+
pullPolicy:
13+
required: true
14+
type: select
15+
description: Image pull policy
16+
options:
17+
- Always
18+
- IfNotPresent
19+
default: Always
1820

1921
- name: production
2022
task: ${GITPLOY_DEPLOY_TASK:=rollback}:kubernetes
@@ -29,12 +31,14 @@ envs:
2931
- gitploy-qa
3032
deployable_ref: 'v.*\..*\..*'
3133
serialization: true
32-
inputs:
33-
pullPolicy:
34-
required: true
35-
type: select
36-
description: Image pull policy
37-
options:
38-
- Always
39-
- IfNotPresent
40-
default: Always
34+
dynamic_payload:
35+
enabled: true
36+
inputs:
37+
pullPolicy:
38+
required: true
39+
type: select
40+
description: Image pull policy
41+
options:
42+
- Always
43+
- IfNotPresent
44+
default: Always

0 commit comments

Comments
 (0)