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 apiVersion: v1
data: data:
{{- range $key, $val := .Values.inquiryportalenv }} {{- range $key, $val := .Values.inquiryportalenv }}
{{ $key }}: {{ $val }} {{ $key }}: "{{ $val }}"
{{- end }} {{- end }}
kind: ConfigMap kind: ConfigMap
metadata: metadata:
creationTimestamp: null creationTimestamp: null
name: {{ .Chart.Name }}-config name: {{ .Chart.Name }}-config
namespace: {{ .Values.namespace }} namespace: {{ .Values.namespace }}
\ No newline at end of file
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