Skip to content

Commit

Permalink
Remove sonobuoy_e2e_registry
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon committed Jul 11, 2023
1 parent 070ddc3 commit cd20936
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions eks-worker-al2.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"remote_folder": null,
"runc_version": null,
"security_group_id": null,
"sonobuoy_e2e_registry": null,
"source_ami_filter_name": null,
"source_ami_id": null,
"source_ami_owners": null,
Expand Down Expand Up @@ -173,7 +172,6 @@
"AWS_ACCESS_KEY_ID={{user `aws_access_key_id`}}",
"AWS_SECRET_ACCESS_KEY={{user `aws_secret_access_key`}}",
"AWS_SESSION_TOKEN={{user `aws_session_token`}}",
"SONOBUOY_E2E_REGISTRY={{user `sonobuoy_e2e_registry`}}",
"PAUSE_CONTAINER_VERSION={{user `pause_container_version`}}",
"CACHE_CONTAINER_IMAGES={{user `cache_container_images`}}",
"WORKING_DIR={{user `working_dir`}}"
Expand Down
5 changes: 0 additions & 5 deletions files/sonobuoy-e2e-registry-config

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,6 @@ sudo chmod +x /etc/eks/bootstrap.sh
sudo mv $WORKING_DIR/max-pods-calculator.sh /etc/eks/max-pods-calculator.sh
sudo chmod +x /etc/eks/max-pods-calculator.sh

SONOBUOY_E2E_REGISTRY="${SONOBUOY_E2E_REGISTRY:-}"
if [[ -n "$SONOBUOY_E2E_REGISTRY" ]]; then
sudo mv $WORKING_DIR/sonobuoy-e2e-registry-config /etc/eks/sonobuoy-e2e-registry-config
sudo sed -i s,SONOBUOY_E2E_REGISTRY,$SONOBUOY_E2E_REGISTRY,g /etc/eks/sonobuoy-e2e-registry-config
fi

################################################################################
### ECR CREDENTIAL PROVIDER ####################################################
################################################################################
Expand Down

0 comments on commit cd20936

Please sign in to comment.