Skip to content

Commit 124749d

Browse files
authored
Fix production-cluster-with-metrics.yaml (#717)
Fixed a missing parenthesis
1 parent 1a5a269 commit 124749d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/production-cluster-with-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ spec:
1313
prometheus.io/port: '9101'
1414
prometheus.io/scrape_interval: '5s'
1515
mode: Cluster
16-
image: arangodb/arangodb:3.7.10'
16+
image: 'arangodb/arangodb:3.7.10'
1717
environment: Production

0 commit comments

Comments
 (0)