templates/deployment.yaml を更新
This commit is contained in:
@@ -162,9 +162,7 @@ spec:
|
|||||||
{{- if .Values.wordpress.adsTxt.enabled }}
|
{{- if .Values.wordpress.adsTxt.enabled }}
|
||||||
|
|
||||||
echo "Deploying ads.txt..."
|
echo "Deploying ads.txt..."
|
||||||
cat > /var/www/html/ads.txt << 'EOFADSTXT'
|
cat > /var/www/html/ads.txt << {{ .Values.wordpress.adsTxt.content }}
|
||||||
{{ .Values.wordpress.adsTxt.content }}
|
|
||||||
EOFADSTXT
|
|
||||||
echo "ads.txt deployed"
|
echo "ads.txt deployed"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user