From cc3460e1a9d21331608d8a697a1b9f9bd8f8c634 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Thu, 31 Mar 2022 13:57:00 +0200 Subject: [PATCH] fix blanks --- templates/drone-helm-value.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/drone-helm-value.yaml.j2 b/templates/drone-helm-value.yaml.j2 index 8039358..44fba0c 100644 --- a/templates/drone-helm-value.yaml.j2 +++ b/templates/drone-helm-value.yaml.j2 @@ -33,8 +33,8 @@ securityContext: ## Prometheus scrape annotations. ## podAnnotations: - prometheus.io/scrape: "true" - prometheus.io/port: "80" + prometheus.io/scrape: "true" + prometheus.io/port: "80" updateStrategy: {}