From 82638476d1a89fca9dbc210ab75b37db6dc4b874 Mon Sep 17 00:00:00 2001 From: pieter Date: Wed, 10 Dec 2025 04:08:33 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index e9a8bd9..177d73d 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -167,9 +167,9 @@ spec: {{- if .Values.wordpress.adsTxt.enabled }} echo "Deploying ads.txt..." - cat > /var/www/html/ads.txt << 'ADSTXT' - {{ .Values.wordpress.adsTxt.content }} - ADSTXT + cat > /var/www/html/ads.txt <<'ADSTXT' +{{ .Values.wordpress.adsTxt.content }} +ADSTXT echo "ads.txt deployed" {{- end }}