1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-01-20 14:04:19 +01:00

Removing trailing spaces

This commit is contained in:
2020-10-07 12:55:12 +02:00
parent eef280dd6d
commit 3e0cc9c238

View File

@@ -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