File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -370,8 +370,6 @@ spec:
370
370
params:
371
371
- name: path
372
372
value: /workspace/source/examples/microservices/leeroy-web/kubernetes/deployment.yaml #configure: may change according to your source
373
- - name: yqArg
374
- value: "-d1"
375
373
- name: yamlPathToImage
376
374
value: "spec.template.spec.containers[0].image"
377
375
` ` `
@@ -395,11 +393,6 @@ spec:
395
393
- name: path
396
394
type: string
397
395
description: Path to the manifest to apply
398
- - name: yqArg
399
- type: string
400
- description:
401
- Okay this is a hack, but I didn't feel right hard-coding ` -d1` down
402
- below
403
396
- name: yamlPathToImage
404
397
type: string
405
398
description:
@@ -411,7 +404,6 @@ spec:
411
404
args:
412
405
- "w"
413
406
- "-i"
414
- - " $(inputs.params.yqArg)"
415
407
- "$(inputs.params.path)"
416
408
- "$(inputs.params.yamlPathToImage)"
417
409
- "$(inputs.resources.image.url)"
You can’t perform that action at this time.
0 commit comments