Skip to content

Commit

Permalink
fix: command name
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 24, 2024
1 parent b6121dc commit 9eeb733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fullstack-network-manager/src/commands/cluster.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export class ClusterCommand extends BaseCommand {
}

/**
* Prepare values arg for chart install command
* Prepare values arg for cluster setup command
*
* @param chartDir local charts directory (default is empty)
* @param prometheusStackEnabled a bool to denote whether to install prometheus stack
Expand Down
2 changes: 1 addition & 1 deletion fullstack-network-manager/test/e2e/setup-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ 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 chart install --enable-tls --self-signed --enable-hedera-explorer-tls --acme-cluster-issuer || exit 1
fsnetman network deploy --enable-tls --self-signed --enable-hedera-explorer-tls --acme-cluster-issuer || exit 1

0 comments on commit 9eeb733

Please sign in to comment.