Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated scripts, especially WebConsole related scripts #1552

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 0 additions & 186 deletions scripts/add_reply_url_for_cluster.sh

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/aks/teardown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ if [[ -z "$VNET_DNS_LINK" ]]; then
VNET_DNS_LINK=$CLUSTER_NAME-link
fi

# Define web console variables
RADIX_WEB_CONSOLE_ENV="prod"
if [[ $CLUSTER_TYPE == "development" ]]; then
# Development cluster uses QA web-console
RADIX_WEB_CONSOLE_ENV="qa"
fi

#######################################################################################
### Prepare az session
###
Expand Down
153 changes: 0 additions & 153 deletions scripts/github_maintenance/bootstrap.sh

This file was deleted.

Loading
Loading