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.
1 parent 224c388 commit 05cc2efCopy full SHA for 05cc2ef
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