Skip to content

Commit 941956e

Browse files
committed
fix(monitor): affinity error
1 parent fb234e0 commit 941956e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/monitor/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ grafana:
2121
key: "app"
2222
type: "soft"
2323
values:
24-
- " drycc-monitor-grafana"
24+
- "drycc-monitor-grafana"
2525

2626
# Service
2727
service:
@@ -61,7 +61,7 @@ telegraf:
6161
key: "app"
6262
type: "soft"
6363
values:
64-
- " drycc-monitor-telegraf"
64+
- "drycc-monitor-telegraf"
6565

6666
redis:
6767
replicas: 1

0 commit comments

Comments
 (0)