We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172aa80 commit 833c6c6Copy full SHA for 833c6c6
test/e2e/setup.sh
@@ -127,7 +127,7 @@ helm install hub-agent ../../charts/hub-agent/ \
127
--set forceDeleteWaitTime="1m0s" \
128
--set clusterUnhealthyThreshold="3m0s" \
129
--set logFileMaxSize=1000000 \
130
- --set resourceSnapshotCreationMinmumInterval=$RESOURCE_SNAPSHOT_CREATION_MINIMUM_INTERVAL \
+ --set resourceSnapshotCreationMinimumInterval=$RESOURCE_SNAPSHOT_CREATION_MINIMUM_INTERVAL \
131
--set resourceChangesCollectionDuration=$RESOURCE_CHANGES_COLLECTION_DURATION
132
133
# Download CRDs from Fleet networking repo
0 commit comments