gisaf-backend/deployment/kubernetes/helm/templates/config.yaml
phil 3a84d920c1
All checks were successful
/ test (push) Successful in 30s
Deployment: add Helm chart
2024-12-27 02:07:36 +01:00

10 lines
279 B
YAML

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 }}"