Skip to content

Commit

Permalink
fix: remove comment and double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgamache committed Feb 14, 2024
1 parent 0de5c2a commit e3ca7f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm/cas-ciip-portal/templates/jobs/terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3ca7f3

Please sign in to comment.