Skip to content

Commit

Permalink
Remove collector related scripts as they were unused (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Sep 16, 2024
1 parent 9896eaa commit 028a727
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
30 changes: 0 additions & 30 deletions scripts/delete-collector.sh

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/deploy-collector.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/init-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export \
OPERATOR_IMAGE_FULL_NAME=$REGISTRY$DIRECTORY$OPERATOR_IMAGE \
SECRET_NAME=foo-cert-sec

export COLLECTOR_URL=https://github.com/test-network-function/collector-deployment.git
# export COLLECTOR_TAG=v0.0.1 # Re-enable this when the version is released

# Truncate registry pod name if more than 63 characters
if [[ ${#OPERATOR_REGISTRY_POD_NAME_FULL} -gt 63 ]]; then
export OPERATOR_REGISTRY_POD_NAME=${OPERATOR_REGISTRY_POD_NAME_FULL: -63}
Expand Down

0 comments on commit 028a727

Please sign in to comment.