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