From 3e0cc9c238dd8253852fcc47632241553d390119 Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 7 Oct 2020 12:55:12 +0200 Subject: [PATCH] Removing trailing spaces --- create_client_server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_client_server.sh b/create_client_server.sh index af8537e..fbc9f5b 100755 --- a/create_client_server.sh +++ b/create_client_server.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash function wait_for { local command=$1 @@ -21,7 +21,7 @@ kubectl run --image kuryr/demo -n foo client wait_for "kubectl get pod -A |grep client|grep -q Running" 1 kubectl exec -ti -n foo client -- wget http://server.foo -q -O - cat > policy_foo_deny_all.yaml << NIL -apiVersion: networking.k8s.io/v1 +apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: deny-all