added repo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "mimir.resourceName" (dict "ctx" . "component" "runtime") }}
|
||||
labels:
|
||||
{{- include "mimir.labels" (dict "ctx" .) | nindent 4 }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
data:
|
||||
runtime.yaml: |
|
||||
{{ tpl (toYaml .Values.runtimeConfig) . | nindent 4 }}
|
||||
Reference in New Issue
Block a user