Skip to content

Commit

Permalink
fix fluent bit terraform tests
Browse files Browse the repository at this point in the history
1. Fix timeout issue in fluent bit tests when destroying cluster
2. Fix CW template yaml with workingDir field
  • Loading branch information
KlwntSingh committed May 24, 2024
1 parent 4045108 commit 4d38144
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
containers:
- name: cloudwatch-agent
image: CW_TEST_IMAGE
workingDir: "%CONTAINER_SANDBOX_MOUNT_POINT%\\Program Files\\Amazon\\AmazonCloudWatchAgent"
volumeMounts:
- name: cwagentconfig
mountPath: C:\Program Files\Amazon\AmazonCloudWatchAgent\cwagentconfig
Expand Down
Loading

0 comments on commit 4d38144

Please sign in to comment.