Skip to content

Commit

Permalink
fixup gitops name patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jan 31, 2025
1 parent 90b8c31 commit 89704d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ next:
## Define the naming patterns for resources in different sources
namePatterns:
## Name pattern for resources in the Control Plane
cloud: "{name}"
cloud: "<name>"
## Name pattern for resources in the Kubernetes cluster
kubernetes: "{name}"
kubernetes: "<name>"

# Configure the legacy Tests and Test Suites execution
# - tkcagnt_*** - Super Agent
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ testkube-api:
## Define the naming patterns for resources in different sources
namePatterns:
## Name pattern for resources in the Control Plane
cloud: "{name}"
cloud: "<name>"
## Name pattern for resources in the Kubernetes cluster
kubernetes: "{name}"
kubernetes: "<name>"

# Configure the legacy Tests and Test Suites execution
# - tkcagnt_*** - Super Agent
Expand Down

0 comments on commit 89704d5

Please sign in to comment.