Skip to content

Commit 833c6c6

Browse files
committed
fix the e2e
Signed-off-by: Zhiying Lin <[email protected]>
1 parent 172aa80 commit 833c6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ helm install hub-agent ../../charts/hub-agent/ \
127127
--set forceDeleteWaitTime="1m0s" \
128128
--set clusterUnhealthyThreshold="3m0s" \
129129
--set logFileMaxSize=1000000 \
130-
--set resourceSnapshotCreationMinmumInterval=$RESOURCE_SNAPSHOT_CREATION_MINIMUM_INTERVAL \
130+
--set resourceSnapshotCreationMinimumInterval=$RESOURCE_SNAPSHOT_CREATION_MINIMUM_INTERVAL \
131131
--set resourceChangesCollectionDuration=$RESOURCE_CHANGES_COLLECTION_DURATION
132132

133133
# Download CRDs from Fleet networking repo

0 commit comments

Comments
 (0)