From c673e15ad73474cb887f6d8e8403e50a07b8c30e Mon Sep 17 00:00:00 2001 From: pieter Date: Fri, 12 Dec 2025 05:41:36 +0000 Subject: [PATCH] =?UTF-8?q?templates/deployment.yaml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index d6dfaeb..b3c1eb6 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -162,7 +162,9 @@ spec: {{- if .Values.wordpress.adsTxt.enabled }} echo "Deploying ads.txt..." - cat > /var/www/html/ads.txt << {{ .Values.wordpress.adsTxt.content }} + cat > /var/www/html/ads.txt <<'ADSTXTEOF' +{{ .Values.wordpress.adsTxt.content }} +ADSTXTEOF echo "ads.txt deployed" {{- end }}