Skip to content

Commit 6891014

Browse files
authored
Merge pull request #151 from tmds/example_remove_unused
Remove unused parameters from custom integration test example.
2 parents a9815d6 + 05cc2ef commit 6891014

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/modules/ROOT/pages/how-tos/testing/integration/creating.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,6 @@ spec:
9999
name: SNAPSHOT
100100
default: '{"components": [{"name":"test-app", "containerImage": "quay.io/example/repo:latest"}]}'
101101
type: string
102-
- description: 'Namespace where the application is running'
103-
name: NAMESPACE
104-
default: "default"
105-
type: string
106-
- description: 'Expected output'
107-
name: EXPECTED_OUTPUT
108-
default: "Hello World!"
109-
type: string
110102
tasks:
111103
- name: task-1
112104
description: Placeholder task that prints the Snapshot and outputs standard TEST_OUTPUT

0 commit comments

Comments
 (0)