TiagoMSSantos/MobileRT

View on GitHub
deploy/mobilert-chart/templates/configmap.yaml

Summary

Maintainability
Test Coverage
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ .Release.Name }}-configmap
data:
  {{- range $key, $value := .Values.configmap }}
    {{ $key }}: {{ $value | quote }}
  {{- end }}