From 323ba9fcc77d4c22193e8af1dd89cb39c417859f Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 12 Oct 2021 11:32:51 +0800 Subject: [PATCH] Add quotes --- chart/sonarr/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/sonarr/templates/statefulset.yaml b/chart/sonarr/templates/statefulset.yaml index f21c6f4..2d7d3d7 100644 --- a/chart/sonarr/templates/statefulset.yaml +++ b/chart/sonarr/templates/statefulset.yaml @@ -32,7 +32,7 @@ spec: protocol: TCP env: - name: PORT - value: 9707 + value: "9707" - name: URL value: "http://127.0.0.1:8989" - name: {{ .Chart.Name }}