From d60b2ace827fa009afc6d38726abd7c9e1d8c7e0 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:44:38 +0100 Subject: [PATCH] Remove quotes from image repository and tag in deployment template I'm thinking this is what is causing validation to fail in 2i2c/infrastructure repo --- gcpFilestoreBackups/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcpFilestoreBackups/templates/deployment.yaml b/gcpFilestoreBackups/templates/deployment.yaml index 8b7ebb0..224ed9e 100644 --- a/gcpFilestoreBackups/templates/deployment.yaml +++ b/gcpFilestoreBackups/templates/deployment.yaml @@ -25,7 +25,7 @@ spec: automountServiceAccountToken: False containers: - name: {{ .Chart.Name }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + image: {{ .Values.image.repository }}:{{ .Values.image.tag }} command: - python - gcp-filestore-backups.py