Skip to content

Commit

Permalink
add anvil-cache volumeMount
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Jul 10, 2024
1 parent e873b32 commit bf5aa01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,13 @@ func DeployEnvironments(
"baseFee": fmt.Sprintf("%d", pointer.GetInt64(anvilConfig.BaseFee)),
},
"resources": GethResourceProfile,
"capacity": "100Gi",
"capacity": "150Gi",
"volumeMounts": []map[string]interface{}{
{
"name": "state-storage",
"mountPath": "/home/foundry/.foundry/anvil",
},
},
},
}))
selectedNetworks[i].Simulated = true
Expand Down

0 comments on commit bf5aa01

Please sign in to comment.