Skip to content

Commit 8a8aa74

Browse files
Update cf-deploy-kubernetes.sh
1 parent 4113604 commit 8a8aa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf-deploy-kubernetes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $(dirname $0)/template.sh "$deployment_file" > "$DEPLOYMENT_FILE" || fatal "Fail
7373

7474
echo "---> Kubernetes objects to deploy in $deployment_file :"
7575
KUBECTL_OBJECTS=/tmp/deployment.objects
76-
kubectl convert -f "$DEPLOYMENT_FILE" --local=true --no-headers=true -o=custom-columns="KIND:{.kind},NAME:{.metadata.name}" > >(tee $KUBECTL_OBJECTS) 2>${KUBECTL_OBJECTS}.errors 1>/dev/null
76+
kubectl convert -f "$DEPLOYMENT_FILE" --local=true --no-headers=true -o=custom-columns="KIND:{.kind},NAME:{.metadata.name}" > >(tee $KUBECTL_OBJECTS) 2>${KUBECTL_OBJECTS}.errors
7777
if [ $? != 0 ]; then
7878
cat ${KUBECTL_OBJECTS}.errors
7979
echo "Failed to parse $deployment_file with kubectl... "

0 commit comments

Comments
 (0)