1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-09-18 18:47:56 +00:00
bramw_baserow/deploy/helm/baserow/templates/frontend-configmap.yaml
2024-07-18 15:29:01 +00:00

9 lines
258 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Values.global.baserow.frontendConfigMap }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "baserow.global.labels" . | nindent 4 }}
data: {{ toYaml .Values.frontendConfigMap | nindent 2 }}