apiVersion: v1 kind: ConfigMap metadata: name: {{ .Release.Name }}-config namespace: socaas data: {{- toYaml .Values.gtsConfig | nindent 2 }}