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