update
diff --git a/charts/proxy/templates/install.yaml b/charts/proxy/templates/install.yaml
index 7b4e3e9..177bc04 100644
--- a/charts/proxy/templates/install.yaml
+++ b/charts/proxy/templates/install.yaml
@@ -5,7 +5,7 @@
   namespace: {{ .Release.Namespace }}
 data:
   nginx.conf: |
-    {{ toYaml .Values.config | nindent 4 }}
+    {{ .Values.config | nindent 4 }}
 ---
 apiVersion: apps/v1
 kind: Deployment