| commit | 55297d7b46620e3b1509fe1ce9778832b3a1238b | [log] [tgz] |
|---|---|---|
| author | Sketch🕴️ <skallywag@sketch.dev> | Fri Aug 01 07:35:39 2025 +0400 |
| committer | Sketch🕴️ <skallywag@sketch.dev> | Fri Aug 01 07:35:39 2025 +0400 |
| tree | 3f76a88aad44c7cf3d2359bff675c0088c3560db | |
| parent | 6fffda2245959c24629b4d236751ac848055c761 [diff] [blame] |
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