Google Maps Key now able to be easily entered

This commit is contained in:
WilliamMiceli
2018-06-28 07:18:54 -04:00
parent 33fd3155ac
commit 7b68b34cbb
2 changed files with 12 additions and 6 deletions

View File

@@ -13,6 +13,9 @@ services:
DB_DATABASE: ninja_db
DB_USERNAME: ninja
DB_PASSWORD: ninjaPass
{{- if (.Values.GMAPS_KEY)}}
GOOGLE_MAPS_API_KEY: ${GMAPS_KEY}
{{- end}}
labels:
{{- if (.Values.LABEL_KEY_VALUE)}}
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
@@ -47,6 +50,9 @@ services:
DB_DATABASE: ninja_db
DB_USERNAME: ninja
DB_PASSWORD: ninjaPass
{{- if (.Values.GMAPS_KEY)}}
GOOGLE_MAPS_API_KEY: ${GMAPS_KEY}
{{- end}}
labels:
{{- if (.Values.LABEL_KEY_VALUE)}}
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}

View File

@@ -71,12 +71,12 @@ catalog:
required: true
type: password
# - variable: "GOOGLE_MAPS_KEY"
# label: "Google Maps API Key"
# description: |
# Temp
# required: false
# type: password
- variable: "GMAPS_KEY"
label: "Google Maps API Key"
description: |
Allows for the use of showing relavent location data for the "Javascript, Geocoding and Embed APIs".
required: false
type: password
# - variable: "SSL_CERT"
# label: "SSL Certificate"