Skip to content

Commit d472b2b

Browse files
committed
Update skipLogOutput setting in S3 bucket creation scripts for helm tests
- Changed skipLogOutput from true to false in the S3 copy command for multiple helm test YAML files, ensuring that log output is captured during execution for better debugging and monitoring.
1 parent a84be41 commit d472b2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kuttl/tests/helm/c3-with-apps-private-link/00-create-bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands:
77
skipLogOutput: true
88
- script: aws s3 cp --recursive s3://$TEST_S3_BUCKET/appframework/v2apps s3://helm-test-c3-with-apps-$NAMESPACE/appframework --region $AWS_DEFAULT_REGION
99
background: false
10-
skipLogOutput: true
10+
skipLogOutput: false
1111
- script: aws s3 mb s3://helm-test-c3-with-apps-smartstore-$NAMESPACE --region $AWS_DEFAULT_REGION
1212
background: false
1313
skipLogOutput: true

kuttl/tests/helm/c3-with-apps/00-create-bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands:
77
skipLogOutput: true
88
- script: aws s3 cp --recursive s3://$TEST_S3_BUCKET/appframework/v2apps s3://helm-test-c3-with-apps-$NAMESPACE/appframework --region $AWS_DEFAULT_REGION
99
background: false
10-
skipLogOutput: true
10+
skipLogOutput: false
1111
- script: aws s3 mb s3://helm-test-c3-with-apps-smartstore-$NAMESPACE --region $AWS_DEFAULT_REGION
1212
background: false
1313
skipLogOutput: true

kuttl/tests/helm/s1-with-smartstore/00-create-bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands:
77
skipLogOutput: true
88
- script: aws s3 cp --recursive s3://$TEST_S3_BUCKET/appframework/v2apps s3://helm-test-s1-with-apps-$NAMESPACE/appframework --region $AWS_DEFAULT_REGION
99
background: false
10-
skipLogOutput: true
10+
skipLogOutput: false
1111
- script: aws s3 mb s3://helm-test-s1-with-apps-smartstore-$NAMESPACE --region $AWS_DEFAULT_REGION
1212
background: false
1313
skipLogOutput: true

0 commit comments

Comments
 (0)