Skip to content

Commit

Permalink
Merge pull request #151 from tmds/example_remove_unused
Browse files Browse the repository at this point in the history
Remove unused parameters from custom integration test example.
  • Loading branch information
arewm authored Oct 18, 2024
2 parents a9815d6 + 05cc2ef commit 6891014
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ spec:
name: SNAPSHOT
default: '{"components": [{"name":"test-app", "containerImage": "quay.io/example/repo:latest"}]}'
type: string
- description: 'Namespace where the application is running'
name: NAMESPACE
default: "default"
type: string
- description: 'Expected output'
name: EXPECTED_OUTPUT
default: "Hello World!"
type: string
tasks:
- name: task-1
description: Placeholder task that prints the Snapshot and outputs standard TEST_OUTPUT
Expand Down

0 comments on commit 6891014

Please sign in to comment.