Skip to content

Commit c002ca0

Browse files
committed
fixup! include heapdumps and threaddumps buckets in cryostat-storage precreate list
1 parent f582c2a commit c002ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/test/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2890,7 +2890,7 @@ func (r *TestResources) NewStorageEnvironmentVariables() []corev1.EnvVar {
28902890
envs := []corev1.EnvVar{
28912891
{
28922892
Name: "CRYOSTAT_BUCKETS",
2893-
Value: "archivedrecordings,archivedreports,eventtemplates,probes",
2893+
Value: "archivedrecordings,archivedreports,eventtemplates,probes,heapdumps,threaddumps",
28942894
},
28952895
{
28962896
Name: "CRYOSTAT_ACCESS_KEY",

0 commit comments

Comments
 (0)