This commit is contained in:
parent
12d57f0de9
commit
3a84d920c1
7 changed files with 284 additions and 0 deletions
10
deployment/kubernetes/helm/templates/config.yaml
Normal file
10
deployment/kubernetes/helm/templates/config.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-config
|
||||
namespace: gisaf
|
||||
data:
|
||||
GISAF__MAP__LNG: "{{ .Values.map.lng }}"
|
||||
GISAF__MAP__LAT: "{{ .Values.map.lat }}"
|
||||
GISAF__MAP__ZOOM: "{{ .Values.map.zoom }}"
|
||||
GISAF__MAP__PITCH: "{{ .Values.map.pitch }}"
|
Loading…
Add table
Add a link
Reference in a new issue