From e3ca7f3717508e8702f0247418c8a9543259d1f0 Mon Sep 17 00:00:00 2001 From: Josh Gamache Date: Wed, 14 Feb 2024 15:02:54 -0700 Subject: [PATCH] fix: remove comment and double quote --- helm/cas-ciip-portal/templates/jobs/terraform-apply.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm/cas-ciip-portal/templates/jobs/terraform-apply.yaml b/helm/cas-ciip-portal/templates/jobs/terraform-apply.yaml index 1cec12f4c..d33c1c80a 100644 --- a/helm/cas-ciip-portal/templates/jobs/terraform-apply.yaml +++ b/helm/cas-ciip-portal/templates/jobs/terraform-apply.yaml @@ -38,14 +38,13 @@ spec: name: gcp-credentials-secret key: gcp_project_id - name: TF_VAR_openshift_namespace - value: "{{ .Release.Namespace | quote }}" + value: {{ .Release.Namespace | quote }} - name: TF_VAR_apps value: '["ciip-backups", "ciip-documents", "ciip-2018"]' - name: kubernetes_host value: "https://api.silver.devops.gov.bc.ca:6443" - name: GOOGLE_APPLICATION_CREDENTIALS value: "/etc/gcp/credentials.json" - # Terraform was having an issue pulling kubernetes_host in as a TF_VAR, so we add it as a attribute to the command command: - /bin/sh - -c