Skip to content

Commit 6b62eb0

Browse files
committed
updating metricsprovider CRD and spellcheck
1 parent c62a026 commit 6b62eb0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/actions/spelling/expect.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ dupl
157157
dynamicinformer
158158
dynatrace
159159
ecr
160+
elastic
160161
elif
161162
ENABLEGITINFO
162163
endblock
@@ -392,6 +393,7 @@ loadtests
392393
LOCALBIN
393394
logf
394395
logr
396+
lte
395397
makefiles
396398
markdownfiles
397399
markdownlint

metrics-operator/config/crd/bases/metrics.keptn.sh_keptnmetricsproviders.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
type:
7575
description: Type represents the provider type. This can be one of
7676
cortex, datadog, dql, dynatrace, prometheus or thanos.
77-
pattern: cortex|datadog|dql|dynatrace|prometheus|thanos
77+
pattern: cortex|datadog|dql|dynatrace|prometheus|thanos|elastic
7878
type: string
7979
required:
8080
- targetServer
@@ -198,7 +198,7 @@ spec:
198198
type:
199199
description: Type represents the provider type. This can be one of
200200
prometheus, dynatrace, datadog, dql.
201-
pattern: prometheus|dynatrace|datadog|dql
201+
pattern: prometheus|dynatrace|datadog|dql|elastic
202202
type: string
203203
required:
204204
- targetServer
@@ -264,7 +264,7 @@ spec:
264264
type:
265265
description: Type represents the provider type. This can be one of
266266
prometheus, dynatrace, datadog, dql.
267-
pattern: prometheus|dynatrace|datadog|dql
267+
pattern: prometheus|dynatrace|datadog|dql|elastic
268268
type: string
269269
required:
270270
- targetServer

0 commit comments

Comments
 (0)