mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-11-02 03:29:06 +00:00
10 lines
245 B
YAML
10 lines
245 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
labels:
|
|
{{- include "graphrag.labels" . | nindent 4 }}
|
|
name: {{ include "graphrag.fullname" . }}
|
|
data:
|
|
{{- toYaml .Values.graphragConfig | nindent 2 }}
|
|
AKS_NAMESPACE: {{ .Release.Namespace }}
|