Skip to content

Commit

Permalink
fix(testworkflows): CRD for integration tests (#5440)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed May 16, 2024
1 parent 2f8d106 commit 0fcc87c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/integration/crd-workflow/testkube-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ metadata:
labels:
core-tests: workflows
spec:
# config:
# revision:
# type: string
# default: develop
config:
revision:
type: string
default: develop
content:
git:
uri: https://github.com/kubeshop/testkube.git
revision: 'dawid/feat/accompanying-services'
revision: '{{ config.revision }}'
services:
db:
image: mongo
Expand Down

0 comments on commit 0fcc87c

Please sign in to comment.