templates/deployment.yaml を更新
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user