Skip to content

Commit

Permalink
test: chainsaw test
Browse files Browse the repository at this point in the history
Signed-off-by: vickysomtee <[email protected]>
  • Loading branch information
Vickysomtee committed Feb 29, 2024
1 parent 86ea1b2 commit 65883df
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion test/chainsaw/testmetrics/dynatrace-provider/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,18 @@ kind: KeptnMetricsProvider
metadata:
name: dynatrace
spec:
secretKeyRef:
key: DT_TOKEN
name: dynatrace
type: dynatrace
targetServer: (join('.', ['http://mockserver', $namespace, 'svc.cluster.local:1080']))
targetServer: (join('.', ['http://mockserver', $namespace, 'svc.cluster.local:1080']))

---
apiVersion: v1
kind: Secret
metadata:
name: dynatrace
namespace: keptn-system
type: Opaque
data:
DT_TOKEN: dG9rZW46IG15dG9rZW4=

0 comments on commit 65883df

Please sign in to comment.