templates/deployment.yaml を更新

This commit is contained in:
2025-12-12 05:41:36 +00:00
parent cadb1374f4
commit c673e15ad7

View File

@@ -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 }}