templates/deployment.yaml を更新

This commit is contained in:
2025-12-10 04:08:33 +00:00
parent 9031d153c1
commit 82638476d1

View File

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