Skip to content

Commit

Permalink
Managed CSC controller: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shavi2626 committed Jan 30, 2025
1 parent 47784bc commit 3ee6d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions asmcli/asmcli

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions asmcli/commands/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ install_canonical_controller() {
}

install_managed_canonical_controller() {
info "Installing managed caonical service controller..."
info "Installing managed canonical service controller..."
local IN_CLUSTER_CSC_DEP="$(kubectl get deployment/canonical-service-controller-manager \
-n asm-system --ignore-not-found=true || true)"
if [[ -z "$IN_CLUSTER_CSC_DEP" ]]; then
Expand All @@ -111,7 +111,7 @@ install_managed_canonical_controller() {
fi
check_managed_canonical_controller_state
else
warn "Kindly migrate to managed canonical service controller. Refer <Doc>"
warn "Kindly migrate to managed canonical service controller. Refer <DocLink to be added>"
fi
}

Expand Down

0 comments on commit 3ee6d4c

Please sign in to comment.