Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 8a82fd8

Browse files
committedNov 11, 2019
added config maps to configure sli source
1 parent cd9b524 commit 8a82fd8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
data:
3+
sli-provider: dynatrace
4+
kind: ConfigMap
5+
metadata:
6+
name: lighthouse-config-sockshop
7+
namespace: keptn
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
data:
3+
sli-provider: prometheus
4+
kind: ConfigMap
5+
metadata:
6+
name: lighthouse-config-sockshop
7+
namespace: keptn

0 commit comments

Comments
 (0)