From 00fddad30ce52aec968785140f44a9372dfd4c0d Mon Sep 17 00:00:00 2001 From: Edgar Lanting Date: Fri, 23 Apr 2021 11:45:32 +0200 Subject: [PATCH] Fix production-cluster-with-metrics.yaml Fixed a missing parenthesis --- examples/production-cluster-with-metrics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/production-cluster-with-metrics.yaml b/examples/production-cluster-with-metrics.yaml index 5bda11e4e..e1c44f5b0 100644 --- a/examples/production-cluster-with-metrics.yaml +++ b/examples/production-cluster-with-metrics.yaml @@ -13,5 +13,5 @@ spec: prometheus.io/port: '9101' prometheus.io/scrape_interval: '5s' mode: Cluster - image: arangodb/arangodb:3.7.10' + image: 'arangodb/arangodb:3.7.10' environment: Production