Skip to content

Commit 29e7262

Browse files
moficodestekton-robot
authored andcommitted
Remove reference to yqArg in pipeline tutorial
In the source yaml https://github.com/GoogleContainerTools/skaffold/blob/master/examples/microservices/leeroy-web/kubernetes/deployment.yaml the yaml file changed and removed the first yaml doc for service. this change makes the tutorial fail. removing reference to yqArg since deployment.yaml has only one document now.
1 parent 2814850 commit 29e7262

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/tutorial.md

-8
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ spec:
370370
params:
371371
- name: path
372372
value: /workspace/source/examples/microservices/leeroy-web/kubernetes/deployment.yaml #configure: may change according to your source
373-
- name: yqArg
374-
value: "-d1"
375373
- name: yamlPathToImage
376374
value: "spec.template.spec.containers[0].image"
377375
```
@@ -395,11 +393,6 @@ spec:
395393
- name: path
396394
type: string
397395
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
403396
- name: yamlPathToImage
404397
type: string
405398
description:
@@ -411,7 +404,6 @@ spec:
411404
args:
412405
- "w"
413406
- "-i"
414-
- "$(inputs.params.yqArg)"
415407
- "$(inputs.params.path)"
416408
- "$(inputs.params.yamlPathToImage)"
417409
- "$(inputs.resources.image.url)"

0 commit comments

Comments
 (0)