Skip to content

Commit

Permalink
chore(mgmt): update mgmt and pipeline config (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Jun 14, 2024
1 parent cbb126b commit 7da3431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/core/templates/mgmt-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data:
token: {{ .Values.influxdbCloud.token }}
org: {{ .Values.influxdbCloud.organization }}
bucket: {{ .Values.influxdbCloud.bucket }}
flushinterval: 10 # In seconds for non-blocking batch mode
flushinterval: 10s
https:
cert:
key:
Expand Down
2 changes: 1 addition & 1 deletion charts/core/templates/pipeline-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ data:
token: {{ .Values.influxdbCloud.token }}
org: {{ .Values.influxdbCloud.organization }}
bucket: {{ .Values.influxdbCloud.bucket }}
flushinterval: 10 # In seconds for non-blocking batch mode
flushinterval: 10s
https:
cert:
key:
Expand Down

0 comments on commit 7da3431

Please sign in to comment.