Skip to content

Commit ce4527f

Browse files
committed
Update argocompiler golden files
Signed-off-by: carter.fendley <carter.fendley@gmail.com>
1 parent 0a38e91 commit ce4527f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

backend/src/v2/compiler/argocompiler/testdata/create_mount_delete_dynamic_pvc.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ spec:
155155
- mountPath: /.config
156156
name: dot-config-scratch
157157
initContainers:
158-
- command:
159-
- launcher-v2
158+
- args:
160159
- --copy
161160
- /kfp-launcher/launch
161+
command:
162+
- launcher-v2
162163
image: gcr.io/ml-pipeline/kfp-launcher
163164
name: kfp-launcher
164165
resources:

backend/src/v2/compiler/argocompiler/testdata/create_pod_metadata.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,11 @@ spec:
143143
- mountPath: /.config
144144
name: dot-config-scratch
145145
initContainers:
146-
- command:
147-
- launcher-v2
146+
- args:
148147
- --copy
149148
- /kfp-launcher/launch
149+
command:
150+
- launcher-v2
150151
image: gcr.io/ml-pipeline/kfp-launcher
151152
name: kfp-launcher
152153
resources:

backend/src/v2/compiler/argocompiler/testdata/hello_world.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,11 @@ spec:
141141
- mountPath: /.config
142142
name: dot-config-scratch
143143
initContainers:
144-
- command:
145-
- launcher-v2
144+
- args:
146145
- --copy
147146
- /kfp-launcher/launch
147+
command:
148+
- launcher-v2
148149
image: gcr.io/ml-pipeline/kfp-launcher
149150
name: kfp-launcher
150151
resources:

0 commit comments

Comments
 (0)