Skip to content

Commit 9ff9e15

Browse files
committed
CSPL-4594 Fix helm tests
1 parent b40bcb4 commit 9ff9e15

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

kuttl/tests/helm/c3-with-apps-private-link/c3_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ clusterManager:
5050
path: helm-test-c3-with-apps-smartstore-testnew/smartstore
5151
endpoint: www.amazon.com
5252
secretRef: s3-secret
53+
provider: aws
5354
region: us-west-2
5455
cacheManager:
5556
hotlistBloomFilterRecencyHours: 360 # 15 days - splunk defaults - (can be lowered to 5 days)

kuttl/tests/helm/c3-with-apps/c3_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ clusterManager:
5151
path: helm-test-c3-with-apps-smartstore-test/smartstore
5252
endpoint: https://s3-us-west-2.amazonaws.com
5353
secretRef: s3-secret
54+
provider: aws
55+
region: us-west-2
5456
cacheManager:
5557
hotlistBloomFilterRecencyHours: 360 # 15 days - splunk defaults - (can be lowered to 5 days)
5658
hotlistRecencySecs: 86400 # 24 hours - splunk defaults

kuttl/tests/helm/s1-with-smartstore/s1_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ standalone:
2323
path: helm-test-c3-with-apps-smartstore-test/smartstore
2424
endpoint: https://s3-us-west-2.amazonaws.com
2525
secretRef: s3-secret
26+
provider: aws
27+
region: us-west-2
2628
cacheManager:
2729
hotlistBloomFilterRecencyHours: 360 # 15 days - splunk defaults - (can be lowered to 5 days)
2830
hotlistRecencySecs: 86400 # 24 hours - splunk defaults

0 commit comments

Comments
 (0)