Skip to content

Commit

Permalink
lipstick: Replace deprecated dry-run usage arg ♻️ (#1596)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>

Co-authored-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
knative-prow-robot and matzew authored Dec 13, 2021
1 parent 5e2f7e5 commit da09489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kafka/kafka_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source $(dirname $0)/../../vendor/knative.dev/hack/e2e-tests.sh
CLUSTER_SUFFIX=${CLUSTER_SUFFIX:-"cluster.local"}
SYSTEM_NAMESPACE=${SYSTEM_NAMESPACE:-"knative-eventing"}

kubectl create namespace kafka --dry-run -o yaml | kubectl apply -f -
kubectl create namespace kafka --dry-run=client -o yaml | kubectl apply -f -

header "Applying Strimzi Cluster Operator file"
cat $(dirname $0)/strimzi-cluster-operator.yaml | sed "s/cluster.local/${CLUSTER_SUFFIX}/g" | kubectl apply -n kafka -f -
Expand Down

0 comments on commit da09489

Please sign in to comment.