We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9815d6 + 05cc2ef commit 6891014Copy full SHA for 6891014
docs/modules/ROOT/pages/how-tos/testing/integration/creating.adoc
@@ -99,14 +99,6 @@ spec:
99
name: SNAPSHOT
100
default: '{"components": [{"name":"test-app", "containerImage": "quay.io/example/repo:latest"}]}'
101
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
110
tasks:
111
- name: task-1
112
description: Placeholder task that prints the Snapshot and outputs standard TEST_OUTPUT
0 commit comments