Skip to content

Commit

Permalink
flag reminder TODO for this PR
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Jan 26, 2024
1 parent 86931fc commit 8f37d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fullstack-network-manager/test/e2e/setup-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ kind delete cluster -n "${FST_CLUSTER_NAME}" || true
kind create cluster -n "${FST_CLUSTER_NAME}" || exit 1
kubectl create ns "${FST_NAMESPACE}" || exit 1
fsnetman init -d ../charts --namespace "${FST_NAMESPACE}" || exit 1 # cache args for subsequent commands
fsnetman cluster setup --cert-manager --cert-manager-crds || exit 1
fsnetman network deploy --enable-tls --self-signed --enable-hedera-explorer-tls --acme-cluster-issuer || exit 1
fsnetman cluster setup --cert-manager --cert-manager-crds || exit 1 # TODO
fsnetman network deploy --enable-tls --self-signed --enable-hedera-explorer-tls --acme-cluster-issuer || exit 1 # TODO

0 comments on commit 8f37d96

Please sign in to comment.