Google Maps Key now able to be easily entered
This commit is contained in:
@@ -13,6 +13,9 @@ services:
|
|||||||
DB_DATABASE: ninja_db
|
DB_DATABASE: ninja_db
|
||||||
DB_USERNAME: ninja
|
DB_USERNAME: ninja
|
||||||
DB_PASSWORD: ninjaPass
|
DB_PASSWORD: ninjaPass
|
||||||
|
{{- if (.Values.GMAPS_KEY)}}
|
||||||
|
GOOGLE_MAPS_API_KEY: ${GMAPS_KEY}
|
||||||
|
{{- end}}
|
||||||
labels:
|
labels:
|
||||||
{{- if (.Values.LABEL_KEY_VALUE)}}
|
{{- if (.Values.LABEL_KEY_VALUE)}}
|
||||||
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
||||||
@@ -47,6 +50,9 @@ services:
|
|||||||
DB_DATABASE: ninja_db
|
DB_DATABASE: ninja_db
|
||||||
DB_USERNAME: ninja
|
DB_USERNAME: ninja
|
||||||
DB_PASSWORD: ninjaPass
|
DB_PASSWORD: ninjaPass
|
||||||
|
{{- if (.Values.GMAPS_KEY)}}
|
||||||
|
GOOGLE_MAPS_API_KEY: ${GMAPS_KEY}
|
||||||
|
{{- end}}
|
||||||
labels:
|
labels:
|
||||||
{{- if (.Values.LABEL_KEY_VALUE)}}
|
{{- if (.Values.LABEL_KEY_VALUE)}}
|
||||||
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
||||||
|
|||||||
@@ -71,12 +71,12 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|
||||||
# - variable: "GOOGLE_MAPS_KEY"
|
- variable: "GMAPS_KEY"
|
||||||
# label: "Google Maps API Key"
|
label: "Google Maps API Key"
|
||||||
# description: |
|
description: |
|
||||||
# Temp
|
Allows for the use of showing relavent location data for the "Javascript, Geocoding and Embed APIs".
|
||||||
# required: false
|
required: false
|
||||||
# type: password
|
type: password
|
||||||
|
|
||||||
# - variable: "SSL_CERT"
|
# - variable: "SSL_CERT"
|
||||||
# label: "SSL Certificate"
|
# label: "SSL Certificate"
|
||||||
|
|||||||
Reference in New Issue
Block a user