Skip to content

Commit 5c04c2c

Browse files
authored
fix: Remove stg from definitions (#2250)
1 parent 464c19f commit 5c04c2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

entity-types/ext-calico/definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ synthesis:
4242

4343
dashboardTemplates:
4444
prometheus:
45-
template: dashboard.stg.json
45+
template: dashboard.json
4646

4747
configuration:
4848
entityExpirationTime: EIGHT_DAYS

entity-types/ext-keda/definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ synthesis:
4343

4444
dashboardTemplates:
4545
prometheus:
46-
template: dashboard.stg.json
46+
template: dashboard.json
4747

4848
configuration:
4949
entityExpirationTime: EIGHT_DAYS

entity-types/ext-nginx_ingress_controller/definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ synthesis:
4343

4444
dashboardTemplates:
4545
prometheus:
46-
template: dashboard.stg.json
46+
template: dashboard.json
4747

4848
configuration:
4949
entityExpirationTime: EIGHT_DAYS

entity-types/ext-prometheus_server/definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ synthesis:
2323
ttl: P1D
2424
dashboardTemplates:
2525
prometheus:
26-
template: dashboard.stg.json
26+
template: dashboard.json
2727
configuration:
2828
entityExpirationTime: EIGHT_DAYS
2929
alertable: true

0 commit comments

Comments
 (0)