Skip to content

Commit

Permalink
revert aws command change
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 14, 2024
1 parent 62e1c1c commit 82caef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signoz-fluxcd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ resource "kubectl_manifest" "s3_test_pod" {
- /bin/sh
- -c
- |
aws s3 ls s3://clickhouse-backup-${var.aws_account_id}-${var.cluster_name}
aws s3 ls s3://clickhouse-backup-${var.aws_account_id}
echo "S3 list completed with exit code $?"
# Keep pod running for inspection
tail -f /dev/null
Expand Down

0 comments on commit 82caef2

Please sign in to comment.