Unverified Commit 74d36d37 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Update configmap.yaml

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
apiVersion: v1
data:
{{- range $key, $val := .Values.inquiryportalenv }}
{{ $key }}: {{ $val }}
{{ $key }}: "{{ $val }}"
{{- end }}
kind: ConfigMap
metadata:
creationTimestamp: null
name: {{ .Chart.Name }}-config
namespace: {{ .Values.namespace }}
\ No newline at end of file
namespace: {{ .Values.namespace }}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment