File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ resource "null_resource" "deploy" {
137137
138138 service_part=$(yq eval 'select(.kind == "Service")' dotnet-remote-service-depl.yaml)
139139 yq eval 'select(.kind == "Deployment") | .spec.template.spec.imagePullSecrets += {"name": "release-testing-ecr-secret"}' -i dotnet-remote-service-depl.yaml
140- echo " $service_part" >> dotnet-remote-service-depl.yaml
140+ echo -e "\n---\n $service_part" >> dotnet-remote-service-depl.yaml
141141 fi
142142
143143 echo "LOG: Applying sample app deployment files"
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ resource "null_resource" "deploy" {
138138
139139 service_part=$(yq eval 'select(.kind == "Service")' remote-service-depl.yaml)
140140 yq eval 'select(.kind == "Deployment") | .spec.template.spec.imagePullSecrets += {"name": "release-testing-ecr-secret"}' -i remote-service-depl.yaml
141- echo " $service_part" >> remote-service-depl.yaml
141+ echo -e "\n---\n $service_part" >> remote-service-depl.yaml
142142 fi
143143
144144 echo "LOG: Applying sample app deployment files"
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ resource "null_resource" "deploy" {
137137 --docker-password="$${TOKEN}"
138138
139139 yq eval '.spec.template.spec.imagePullSecrets += [{"name": "release-testing-ecr-secret"}]' -i frontend-service-depl.yaml
140-
140+
141141 service_part=$(yq eval 'select(.kind == "Service")' remote-service-depl.yaml)
142142 yq eval 'select(.kind == "Deployment") | .spec.template.spec.imagePullSecrets += {"name": "release-testing-ecr-secret"}' -i remote-service-depl.yaml
143- echo " $service_part" >> remote-service-depl.yaml
143+ echo -e "\n---\n $service_part" >> remote-service-depl.yaml
144144 fi
145145
146146 echo "LOG: Applying sample app deployment files"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ resource "null_resource" "deploy" {
139139
140140 service_part=$(yq eval 'select(.kind == "Service")' python-remote-service-depl.yaml)
141141 yq eval 'select(.kind == "Deployment") | .spec.template.spec.imagePullSecrets += {"name": "release-testing-ecr-secret"}' -i python-rremote-service-depl.yaml
142- echo " $service_part" >> python-rremote -service-depl.yaml
142+ echo -e "\n---\n $service_part" >> python-remote -service-depl.yaml
143143 fi
144144
145145 echo "LOG: Applying sample app deployment files"
You can’t perform that action at this time.
0 commit comments