From 46c10c5c0f608a21b3812d2e91ad1fa5506918d3 Mon Sep 17 00:00:00 2001 From: pieter Date: Fri, 12 Dec 2025 05:33:26 +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, 1 insertion(+), 3 deletions(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 0cdf380..d6dfaeb 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -162,9 +162,7 @@ spec: {{- if .Values.wordpress.adsTxt.enabled }} echo "Deploying ads.txt..." - cat > /var/www/html/ads.txt << 'EOFADSTXT' -{{ .Values.wordpress.adsTxt.content }} -EOFADSTXT + cat > /var/www/html/ads.txt << {{ .Values.wordpress.adsTxt.content }} echo "ads.txt deployed" {{- end }}