mirror of
https://github.com/helm/charts.git
synced 2026-08-20 12:57:55 +00:00
Signed-off-by: Giacomo Guiulfo <giacomoguiulfo@gmail.com>
14 lines
361 B
YAML
14 lines
361 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ template "cloudserver.fullname" . }}
|
|
labels:
|
|
app: {{ template "cloudserver.name" . }}
|
|
chart: {{ template "cloudserver.chart" . }}
|
|
component: api
|
|
heritage: {{ .Release.Service }}
|
|
release: {{ .Release.Name }}
|
|
data:
|
|
locationConfig.json: |
|
|
{{ toJson .Values.api.locationConstraints }}
|