Skip to content

Commit

Permalink
ResourceMap: Add GOOGLE_SHEET_API_KEY setting
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed May 21, 2021
1 parent 7bc5037 commit f1450fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/resourcemap/0/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ services:
{{- if .Values.INTERCOM_APP_ID }}
INTERCOM_APP_ID: ${INTERCOM_APP_ID}
{{- end }}
{{- if .Values.GOOGLE_SHEET_API_KEY }}
SETTINGS__GOOGLE_SHEET_API_KEY: ${GOOGLE_SHEET_API_KEY}
{{- end }}

SECRET_KEY_BASE: ${SECRET_KEY_BASE}
SETTINGS__GOOGLE_MAPS_KEY: ${GOOGLE_MAPS_KEY}
Expand Down
4 changes: 4 additions & 0 deletions templates/resourcemap/0/rancher-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
description: Obtain from https://developers.google.com/maps/documentation/javascript/get-api-key
required: true
type: string
- variable: GOOGLE_SHEET_API_KEY
label: Google Sheets API v4 key (for Import Wizard to work with Google Spreadsheets)
description: Obtain from https://console.cloud.google.com/apis/library/sheets.googleapis.com
type: secret
- variable: NEWRELIC_LICENSE_KEY
label: New Relic License Key
type: string
Expand Down

0 comments on commit f1450fb

Please sign in to comment.