add helm chart
This commit is contained in:
12
helm-chart/workspace-mcp/templates/configmap.yaml
Normal file
12
helm-chart/workspace-mcp/templates/configmap.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
{{- if .Values.env }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "workspace-mcp.fullname" . }}-config
|
||||
labels:
|
||||
{{- include "workspace-mcp.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{- range $key, $value := .Values.env }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user