Files
omnex/deploy/chart-gestion/frontend/templates/configmap.yaml
T

12 lines
254 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "frontend.fullname" . }}-config
labels:
{{- include "frontend.labels" . | nindent 4 }}
data:
config.js: |
window.__APP_CONFIG__ = {
apiUrl: {{ .Values.apiUrl | quote }}
};