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